Explicitly disable libdeflate on libtiff.

This commit is contained in:
Russell Keith-Magee 2024-10-25 16:04:56 +08:00
parent 5a8373e527
commit 140a06e0fd
No known key found for this signature in database
GPG Key ID: 3D2DAB6A37BB5BC3

View File

@ -125,7 +125,7 @@ function build {
# webp and zstd from /usr/local.
build_simple tiff $TIFF_VERSION https://download.osgeo.org/libtiff tar.gz \
--with-jpeg-include-dir=$BUILD_PREFIX/include --with-jpeg-lib-dir=$BUILD_PREFIX/lib \
--disable-webp --disable-zstd
--disable-webp --disable-zstd --disable-libdeflate
else
build_tiff
fi