From ffef375d2213422e0e726779ccff66d02754e43f Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Tue, 21 Jan 2025 12:26:44 +0100 Subject: [PATCH] WIP --- libtiff.build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libtiff.build.sh b/libtiff.build.sh index 49cf237..9bf9306 100755 --- a/libtiff.build.sh +++ b/libtiff.build.sh @@ -36,6 +36,8 @@ local _conf=( --disable-shared --with-pic --disable-jbig + --disable-lerc + --disable-libdeflate ) ./configure "${_conf[@]}"