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