Commit e972a3ced for imagemagick.org
commit e972a3ced569b9daa5a2246aff8ab366f7c7a727
Author: Arthur Chan <arthur.chan@adalogics.com>
Date: Sat Jun 20 13:31:01 2026 +0100
OSS-Fuzz: Fix build errors (#8808)
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
diff --git a/oss-fuzz/build_dependencies.sh b/oss-fuzz/build_dependencies.sh
index dd3379e14..8eead0239 100755
--- a/oss-fuzz/build_dependencies.sh
+++ b/oss-fuzz/build_dependencies.sh
@@ -39,7 +39,7 @@ popd
# Build libtiff
pushd "$SRC/libtiff"
autoreconf -fiv
-./configure --disable-shared --prefix="$WORK" CFLAGS="$CFLAGS -I$WORK/include" LIBS="-L$WORK/lib"
+./configure --disable-shared --disable-tools --prefix="$WORK" CFLAGS="$CFLAGS -I$WORK/include" LIBS="-L$WORK/lib"
make -j$(nproc)
make install
popd