1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-24 04:05:05 +08:00

* fuzz/Makefile.am: Fix order of libraries for linking

This commit is contained in:
Tim Rühsen 2018-12-27 20:48:36 +01:00
parent 6ba1cb587c
commit af16b0f38f

View File

@ -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 \