mirror of
https://github.com/mirror/wget.git
synced 2025-03-29 21:50:16 +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:
|
oss-fuzz:
|
||||||
if test "$$OUT" != ""; then \
|
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 \
|
for ccfile in wget*_fuzzer.c; do \
|
||||||
fuzzer=$$(basename $$ccfile .c); \
|
fuzzer=$$(basename $$ccfile .c); \
|
||||||
$$CC $$CFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
$$CC $$CFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
||||||
|
Loading…
Reference in New Issue
Block a user