diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-12-29 19:16:57 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-12-29 19:16:57 +0100 |
commit | 4a004dd22c826e1e16158409c40b3b4dd86623cd (patch) | |
tree | f66b54846dac608d6793e4097a6a052bee6903cc /fuzz | |
parent | d6cd5fed3e05175f698477db89f23471bf28fa42 (diff) | |
download | gnutls-4a004dd22c826e1e16158409c40b3b4dd86623cd.tar.gz |
Fix OSS-Fuzz buildtmp-fix-ossfuzz
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/Makefile.am | 2 |
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} \ |