summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-10 04:21:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-10 04:21:53 (GMT)
commit67e63f4491a0161213fb82345457841f87206c3b (patch)
tree5e6d7cb50b08b4a3cf0a554e840b99063697b1e3
parent9111ec50372b9b13454bf780b5632ad43c552799 (diff)
downloadmxe-67e63f4491a0161213fb82345457841f87206c3b.zip
mxe-67e63f4491a0161213fb82345457841f87206c3b.tar.gz
mxe-67e63f4491a0161213fb82345457841f87206c3b.tar.bz2
bugfix in package geos to make the autoconf macro GEOS_INIT (used by package gdal) work
-rw-r--r--src/geos.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geos.mk b/src/geos.mk
index b58920d..f2f5c78 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -16,6 +16,7 @@ endef
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 \