From 9ef22c815277e0e93ed1137bb7f60c29a11bfb3c Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 21 Oct 2014 19:56:36 -0700 Subject: portablexdr: Enable shared Signed-off-by: Timothy Gu --- src/portablexdr.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/portablexdr.mk b/src/portablexdr.mk index 9c88777..e4e8222 100644 --- a/src/portablexdr.mk +++ b/src/portablexdr.mk @@ -19,15 +19,10 @@ endef define $(PKG)_BUILD cd '$(1)' && ./configure \ - --host='$(TARGET)' \ - --build="`config.guess`" \ - --disable-shared \ - --prefix='$(PREFIX)/$(TARGET)' \ + $(MXE_CONFIGURE_OPTS) \ AR='$(TARGET)-ar' $(MAKE) -C '$(1)' -j '$(JOBS)' $(MAKE) -C '$(1)' -j 1 install endef $(PKG)_BUILD_x86_64-w64-mingw32 = - -$(PKG)_BUILD_SHARED = -- cgit v0.12