* fuzz/Makefile.am (oss-fuzz): Add -lgmp

This commit is contained in:
Tim Rühsen 2024-05-24 19:20:32 +02:00
parent 196ce0abd6
commit bb59ef7fd4

View File

@ -109,7 +109,7 @@ clean-local:
oss-fuzz:
if test "$$OUT" != ""; then \
XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lidn2 -lunistring -lz"; \
XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lgmp -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 \