mirror of
https://github.com/mirror/wget.git
synced 2025-04-01 23:20:32 +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:
|
oss-fuzz:
|
||||||
if test "$$OUT" != ""; then \
|
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 \
|
for ccfile in wget*_fuzzer.c; do \
|
||||||
fuzzer=$$(basename $$ccfile .c); \
|
fuzzer=$$(basename $$ccfile .c); \
|
||||||
$$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
$$CXX $$CXXFLAGS -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/lib \
|
||||||
|
Loading…
Reference in New Issue
Block a user