* fuzz/Makefile.am: Add -lz to fuzzer libs

This commit is contained in:
Tim Rühsen 2022-09-24 18:41:31 +02:00
parent aab539bb44
commit 9835085544

View File

@ -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 \