mirror of https://github.com/google/oss-fuzz.git
pcapplusplus: enable fuzz introspector (#9115)
Ref: https://github.com/google/oss-fuzz/issues/9112 CC @sashashura
This commit is contained in:
parent
98e06456db
commit
4d7b012543
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue