summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ilmbase.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index da5ec7a..d8eabe8 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -26,10 +26,7 @@ define $(PKG)_BUILD
# Because of the previous changes, '--disable-threading' will not disable
# threading. It will just disable the unwanted check for pthread.
cd '$(1)' && $(SHELL) ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--disable-threading \
CONFIG_SHELL=$(SHELL) \
SHELL=$(SHELL)