changeset 180:c3809e9ba044

bugfix in package geos to make the autoconf macro GEOS_INIT (used by package gdal) work
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 10 Nov 2008 05:21:53 +0100
parents 9d97a1972c5e
children edcc5f6538d5
files src/geos.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -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 \