From 31a7e07771644c700243ed4da93529882647943e Mon Sep 17 00:00:00 2001 From: Rashad M Date: Tue, 21 Oct 2014 20:49:49 -0700 Subject: geos: Enable shared builds Modifications: don't define GEOS_INLINE. See #534. Signed-off-by: Timothy Gu --- src/geos.mk | 7 +------ 1 file changed, 1 insertion(+), 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 = -- cgit v0.12