summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-12-27 20:48:36 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2018-12-27 20:48:36 +0100
commitaf16b0f38fab408cff3d2b4cf074ab91eae7f720 (patch)
tree394b6db5688530b7e407cfd962e32a43aca3af12 /fuzz
parent6ba1cb587c84377ec99d70ed20e27cf7682ca955 (diff)
downloadwget-af16b0f38fab408cff3d2b4cf074ab91eae7f720.tar.gz
* fuzz/Makefile.am: Fix order of libraries for linking
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index a6d4b677..b16badb0 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -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 \