# HG changeset patch # User Volker Grabsch # Date 1226290913 -3600 # Node ID c3809e9ba04487a786edb4e3271d92586464f4f4 # Parent 9d97a1972c5e01467e47664a574e145489ffd7ca bugfix in package geos to make the autoconf macro GEOS_INIT (used by package gdal) work diff -r 9d97a1972c5e -r c3809e9ba044 src/geos.mk --- a/src/geos.mk Sun Nov 09 15:15:03 2008 +0100 +++ b/src/geos.mk Mon Nov 10 05:21:53 2008 +0100 @@ -16,6 +16,7 @@ define $(PKG)_BUILD $(SED) 's,-lgeos,-lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' + $(SED) 's,-L\$${libdir}$$,-L$${libdir} -lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \