postgis/extras/rpm/patches/postgis-configure.patch
Devrim GÜNDÜZ 8d4b3ef3b6 Update spec file to 1.2.0 and fix many issues.
Update RPM patches.



git-svn-id: http://svn.osgeo.org/postgis/trunk@2564 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-27 04:58:41 +00:00

17 lines
522 B
Diff

--- configure.old 2006-12-25 14:39:26.000000000 +0200
+++ configure 2006-12-25 14:39:35.000000000 +0200
@@ -4609,13 +4609,6 @@
GEOS_DIR=`$GEOSCONFIG --prefix`
GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null`
- if test x"$GEOS_LDFLAGS" = "x"; then
- # older geos-config versions did not
- # support the --ldflags switch, we'll
- # default to GEOS_DIR/lib in this case.
- #
- GEOS_LDFLAGS="$GEOS_DIR/lib"
- fi
GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`
if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then