summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2022-09-24 18:41:31 +0200
committerTim Rühsen <tim.ruehsen@gmx.de>2022-09-24 18:41:31 +0200
commit98350855440b60080dc47bcc5ebda29dfb9fcbd2 (patch)
treefad42d563d111080a8804473c7df54b6548003cd
parentaab539bb44b5d7aeb093014c21fd4f4e4e728136 (diff)
downloadwget-98350855440b60080dc47bcc5ebda29dfb9fcbd2.tar.gz
* fuzz/Makefile.am: Add -lz to fuzzer libs
-rw-r--r--fuzz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index 0e2b8f39..29156515 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -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 \