summaryrefslogtreecommitdiffstats
path: root/src/openexr.mk
diff options
context:
space:
mode:
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 \