summaryrefslogtreecommitdiffstats
path: root/src/expat.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/expat.mk')
-rw-r--r--src/expat.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/expat.mk b/src/expat.mk
index 4ef5f5a..13f520a 100644
--- a/src/expat.mk
+++ b/src/expat.mk
@@ -18,8 +18,6 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef