summaryrefslogtreecommitdiffstats
path: root/src/libxml2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxml2.mk')
-rw-r--r--src/libxml2.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libxml2.mk b/src/libxml2.mk
index 53cbffb..d15330a 100644
--- a/src/libxml2.mk
+++ b/src/libxml2.mk
@@ -20,11 +20,8 @@ endef
define $(PKG)_BUILD
$(SED) -i 's,`uname`,MinGW,g' '$(1)/xml2-config.in'
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--without-debug \
- --prefix='$(PREFIX)/$(TARGET)' \
--without-python \
--without-threads
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=