mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 22:00:27 +08:00
* fuzz/Makefile.am: Fix order of libraries for linking
This commit is contained in:
parent
6ba1cb587c
commit
af16b0f38f
@ -74,7 +74,7 @@ clean-local:
|
||||
|
||||
oss-fuzz:
|
||||
if test "$$OUT" != ""; then \
|
||||
XLIBS="-lpsl -lgnutls -lnettle -lhogweed -lidn2 -lunistring"; \
|
||||
XLIBS="-lpsl -lgnutls -lhogweed -lnettle -lidn2 -lunistring"; \
|
||||
for ccfile in wget*_fuzzer.c; do \
|
||||
fuzzer=$$(basename $$ccfile .c); \
|
||||
$$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user