summaryrefslogtreecommitdiffstats
path: root/src/ilmbase.mk
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 15:03:45 (GMT)
committerTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 21:00:18 (GMT)
commit9d4a75935f6cc32a3288542d2095bb30aeb6062d (patch)
tree88c205646ec6003c9dd9ec3848ee206463ca9b7e /src/ilmbase.mk
parent98218bcbe98e59e253e07de76a1a507093bc1369 (diff)
downloadmxe-9d4a75935f6cc32a3288542d2095bb30aeb6062d.zip
mxe-9d4a75935f6cc32a3288542d2095bb30aeb6062d.tar.gz
mxe-9d4a75935f6cc32a3288542d2095bb30aeb6062d.tar.bz2
Package ilmbase: Enable shared build.
Diffstat (limited to 'src/ilmbase.mk')
-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)