changeset 4493:f3de384cf0dd

tiff: disable jbig
author John W. Eaton <jwe@octave.org>
date Fri, 06 Oct 2017 10:02:51 -0400
parents 4c0606a85383
children 4114b5e41f82
files src/tiff.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff.mk	Fri Oct 06 08:27:03 2017 -0400
+++ b/src/tiff.mk	Fri Oct 06 10:02:51 2017 -0400
@@ -26,7 +26,7 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \
-        --without-x && $(CONFIGURE_POST_HOOK)
+        --disable-jbig --without-x && $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' $(MXE_DISABLE_PROGS) DESTDIR='$(3)'
     $(MAKE) -C '$(1)' -j 1 install $(MXE_DISABLE_PROGS) $(MXE_DISABLE_DOCS) DESTDIR='$(3)'