mirror of
https://github.com/mirror/wget.git
synced 2025-01-13 13:50:23 +08:00
* fuzz/Makefile.am (oss-fuzz): Add -lgmp
This commit is contained in:
parent
196ce0abd6
commit
bb59ef7fd4
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user