From 9d4a75935f6cc32a3288542d2095bb30aeb6062d Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 8 Mar 2014 16:03:45 +0100 Subject: Package ilmbase: Enable shared build. --- src/ilmbase.mk | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit v0.12