Package openexr: Enable shared build.

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

View File

@ -34,10 +34,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)/$(ilmbase_SUBDIR)' -j '$(JOBS)' install \
bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
--disable-threading \
--disable-posix-sem \
--disable-ilmbasetest \