pcapplusplus: enable fuzz introspector (#9115)

Ref: https://github.com/google/oss-fuzz/issues/9112

CC @sashashura
This commit is contained in:
DavidKorczynski 2022-12-02 10:05:59 +00:00 committed by GitHub
parent 98e06456db
commit 4d7b012543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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