summaryrefslogtreecommitdiffstats
path: root/src/portablexdr.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/portablexdr.mk')
-rw-r--r--src/portablexdr.mk7
1 files changed, 1 insertions, 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 =