From f948108d85a3e7a965e61e22999d29d321acba94 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 21 May 2022 15:04:46 +0100 Subject: explicitly disable some things that might otherwise get enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit depending on what happens to be installed on the build system Change-Id: Ic0c3eed721aeba6361aa6da82b467891d24d7557 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134709 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- external/libtiff/ExternalProject_libtiff.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'external') diff --git a/external/libtiff/ExternalProject_libtiff.mk b/external/libtiff/ExternalProject_libtiff.mk index 9933a4cf947c..c973ca025dd9 100644 --- a/external/libtiff/ExternalProject_libtiff.mk +++ b/external/libtiff/ExternalProject_libtiff.mk @@ -24,8 +24,10 @@ $(call gb_ExternalProject_get_state_target,libtiff,build) : --with-pic \ --disable-shared \ --disable-cxx \ + --disable-libdeflate \ --disable-jbig \ --disable-jpeg \ + --disable-lerc \ --disable-lzma \ --disable-mdi \ --disable-webp \ -- cgit