summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-12-29 19:16:57 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2018-12-29 19:16:57 +0100
commit4a004dd22c826e1e16158409c40b3b4dd86623cd (patch)
treef66b54846dac608d6793e4097a6a052bee6903cc
parentd6cd5fed3e05175f698477db89f23471bf28fa42 (diff)
downloadgnutls-tmp-fix-ossfuzz.tar.gz
Fix OSS-Fuzz buildtmp-fix-ossfuzz
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--fuzz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index 3483f0cc81..4af73bc095 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -74,7 +74,7 @@ oss-fuzz:
if test "$$OUT" != ""; then \
for ccfile in *_fuzzer.c; do \
fuzzer=$$(basename $$ccfile .c); \
- XLIBS="-lnettle -lhogweed -ltasn1 -lgmp -lidn2 -lunistring"; \
+ XLIBS="-lhogweed -lnettle -ltasn1 -lgmp -lidn2 -lunistring"; \
$$CXX $$CXXFLAGS -I$(top_srcdir)/lib/includes/ -I$(top_srcdir) \
"$${fuzzer}.c" -o "$${fuzzer}" \
../lib/.libs/libgnutls.a $${LIB_FUZZING_ENGINE} \