summaryrefslogtreecommitdiffstats
path: root/src/geos.mk
diff options
context:
space:
mode:
authorRashad M <mohammedrashadkm@gmail.com>2014-10-22 03:49:49 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-22 04:21:54 (GMT)
commit31a7e07771644c700243ed4da93529882647943e (patch)
tree88b4f7b97ab9301f5e9fcfc9af5335fe62d42e32 /src/geos.mk
parent120fe54761b68e8e3679ef6816b7355d0f401341 (diff)
downloadmxe-31a7e07771644c700243ed4da93529882647943e.zip
mxe-31a7e07771644c700243ed4da93529882647943e.tar.gz
mxe-31a7e07771644c700243ed4da93529882647943e.tar.bz2
geos: Enable shared builds
Modifications: don't define GEOS_INLINE. See #534. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/geos.mk')
-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 =