summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 15:31:41 (GMT)
committerTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 21:00:18 (GMT)
commitcabea45f7c6748169704d4a0ad0b342067a3019d (patch)
treef4a1547b89e209bd2a8534c150bd1699ce6e0bdd /src/openexr.mk
parent9d4a75935f6cc32a3288542d2095bb30aeb6062d (diff)
downloadmxe-cabea45f7c6748169704d4a0ad0b342067a3019d.zip
mxe-cabea45f7c6748169704d4a0ad0b342067a3019d.tar.gz
mxe-cabea45f7c6748169704d4a0ad0b342067a3019d.tar.bz2
Package openexr: Enable shared build.
Diffstat (limited to 'src/openexr.mk')
-rw-r--r--src/openexr.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/openexr.mk b/src/openexr.mk
index 5c7e4bc..e37100d 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -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 \