diff --git a/projects/libyal/build.sh b/projects/libyal/build.sh index 49bfe8c18..f641fe865 100755 --- a/projects/libyal/build.sh +++ b/projects/libyal/build.sh @@ -36,7 +36,9 @@ do # Prepare the project source for build. ./synclibs.sh ./autogen.sh - ./configure --enable-shared=no + # OSSFuzz cross-compiles certain architectures which can lead to a partial + # installed dependencies. + ./configure --enable-shared=no --with-openssl=no --with-zlib=no # Build the project and fuzzer binaries. make -j$(nproc) LIB_FUZZING_ENGINE=${LIB_FUZZING_ENGINE}