Skip to content

Commit

Permalink
fuzz: fix build of oss-introspector (ntop#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi authored May 22, 2024
1 parent 521ce60 commit 41050af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ossfuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
cd ndpi
# Set LDFLAGS variable and `--with-only-libndpi` option as workaround for the
# "missing dependencies errors" in the introspector build. See #8939
LDFLAGS="-lpcap" ./autogen.sh --enable-fuzztargets --with-only-libndpi --enable-tls-sigs
RANLIB=llvm-ranlib LDFLAGS="-L/usr/local/lib -lpcap" ./autogen.sh --enable-fuzztargets --with-only-libndpi --enable-tls-sigs
make -j$(nproc)
# Copy fuzzers
ls fuzz/fuzz* | grep -v "\." | while read i; do cp $i $OUT/; done
Expand Down

0 comments on commit 41050af

Please sign in to comment.