diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index e63a3d2c3..cf35a403e 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -42,9 +42,9 @@ fi # build project cd ndpi -# Set LDFLAGS variable and `--with-only-libndpi` option as workaround for the -# "missing dependencies errors" in the introspector build. See #8939 -RANLIB=llvm-ranlib LDFLAGS="-L/usr/local/lib -lpcap" ./autogen.sh --enable-fuzztargets --with-only-libndpi --enable-tls-sigs +# Set LDFLAGS variable as workaround for the "missing +# dependencies errors" in the introspector build. See #8939 +RANLIB=llvm-ranlib LDFLAGS="-L/usr/local/lib -lpcap" ./autogen.sh --enable-fuzztargets --enable-tls-sigs make -j$(nproc) # Copy fuzzers ls fuzz/fuzz* | grep -v "\." | while read -r i; do cp "$i" "$OUT"/; done