mirror of
https://github.com/mirror/wget.git
synced 2025-01-14 06:10:13 +08:00
* fuzz/Makefile.am: Add -lz to fuzzer libs
This commit is contained in:
parent
aab539bb44
commit
9835085544
@ -93,7 +93,7 @@ clean-local:
|
||||
|
||||
oss-fuzz:
|
||||
if test "$$OUT" != ""; then \
|
||||
XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lidn2 -lunistring"; \
|
||||
XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lidn2 -lunistring -lz"; \
|
||||
for ccfile in wget*_fuzzer.c; do \
|
||||
fuzzer=$$(basename $$ccfile .c); \
|
||||
$$CC $$CFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user