mirror of
https://github.com/mirror/wget.git
synced 2025-03-25 01:00:13 +08:00
* fuzz/Makefile.am: Add -I/lib to oss-fuzz builds
This commit is contained in:
parent
23b0275feb
commit
0b02993e39
@ -57,7 +57,7 @@ oss-fuzz:
|
||||
XLIBS="-lpsl -lgnutls -lnettle -lhogweed -lidn2 -lunistring"; \
|
||||
for ccfile in wget*_fuzzer.c; do \
|
||||
fuzzer=$$(basename $$ccfile .c); \
|
||||
$$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) \
|
||||
$$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
||||
"$${fuzzer}.c" -o "$${fuzzer}" \
|
||||
../src/libunittest.a ../lib/libgnu.a $${LIB_FUZZING_ENGINE} \
|
||||
-Wl,-Bstatic $${XLIBS} -Wl,-Bdynamic; \
|
||||
|
Loading…
Reference in New Issue
Block a user