changeset 6584:f9a382236bd5

* src/tiff.mk: Avoid picking up deflate library from build system.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 29 Dec 2022 13:03:34 +0100
parents fe6e40fefa80
children 63ab9ea78e61
files src/tiff.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/tiff.mk	Tue Dec 27 08:45:59 2022 -0500
+++ b/src/tiff.mk	Thu Dec 29 13:03:34 2022 +0100
@@ -26,7 +26,9 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(HOST_PREFIX)' \
-        --enable-jbig --without-x && $(CONFIGURE_POST_HOOK)
+        --enable-jbig \
+        --disable-libdeflate \
+        --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)'