From 4d7b01254314d4d9725f7eb280b4e9f82602d5a2 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Fri, 2 Dec 2022 10:05:59 +0000 Subject: [PATCH] pcapplusplus: enable fuzz introspector (#9115) Ref: https://github.com/google/oss-fuzz/issues/9112 CC @sashashura --- projects/pcapplusplus/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/pcapplusplus/build.sh b/projects/pcapplusplus/build.sh index a30f4c3ed..88e419fdf 100644 --- a/projects/pcapplusplus/build.sh +++ b/projects/pcapplusplus/build.sh @@ -20,7 +20,7 @@ TARGETS_DIR=Tests/Fuzzers/Bin # Build libpcap cd $SRC/libpcap/ -./configure +./configure --enable-shared=no make -j$(nproc) # Build PcapPlusPlus linking statically against the built libpcap