external/libtiff/ExternalProject_libtiff.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f948108d85a3e7a965e61e22999d29d321acba94
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat May 21 15:04:46 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat May 21 17:03:20 2022 +0200

    explicitly disable some things that might otherwise get enabled
    
    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 <caol...@redhat.com>

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 \

Reply via email to