summaryrefslogtreecommitdiffstats
path: root/src/geos.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-04 20:39:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-04 20:39:37 (GMT)
commit24c8334589734ba9eba41386c03b1c9f9211c006 (patch)
tree677e68e6c63201ea2417009a3df4ee140201fccf /src/geos.mk
parent513528ccbf8647959adf33d4218899053b7b331c (diff)
downloadmxe-24c8334589734ba9eba41386c03b1c9f9211c006.zip
mxe-24c8334589734ba9eba41386c03b1c9f9211c006.tar.gz
mxe-24c8334589734ba9eba41386c03b1c9f9211c006.tar.bz2
update package geos
Diffstat (limited to 'src/geos.mk')
-rw-r--r--src/geos.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 496fa05..5090510 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -3,7 +3,7 @@
PKG := geos
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 2ecd23c38d74e5f04757dc528ec30858006fb6a7
+$(PKG)_CHECKSUM := 2ec4be729c851460daf89d0d2ab785be5ef4c5c5
$(PKG)_SUBDIR := geos-$($(PKG)_VERSION)
$(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE)
@@ -19,9 +19,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-swig
+ --prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
'$(TARGET)-gcc' \