summaryrefslogtreecommitdiffstats
path: root/src/tiff.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/tiff.mk')
-rw-r--r--src/tiff.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tiff.mk b/src/tiff.mk
index d8552a1..3683c4e 100644
--- a/src/tiff.mk
+++ b/src/tiff.mk
@@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--without-x
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef