summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/geos.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 16eaf70..7b694c7 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
ln -sf '$(PREFIX)/$(TARGET)/bin/geos-config' '$(PREFIX)/bin/$(TARGET)-geos-config'
@@ -32,5 +29,3 @@ define $(PKG)_BUILD
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-geos.exe' \
`'$(PREFIX)/bin/$(TARGET)-geos-config' --cflags --clibs`
endef
-
-$(PKG)_BUILD_SHARED =