Package ilmbase: Enable shared build.

This commit is contained in:
Tobias Gruetzmacher 2014-03-08 16:03:45 +01:00
parent 98218bcbe9
commit 9d4a75935f
1 changed files with 1 additions and 4 deletions

View File

@ -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)