From: Nick Mathewson Date: Mon, 19 Jun 2017 19:35:46 +0000 (-0400) Subject: Remove hardwired libfuzzer path; closes 22105. X-Git-Tag: tor-0.3.1.4-alpha~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1721487beae7c11e97751cb087424336ac516692;p=thirdparty%2Ftor.git Remove hardwired libfuzzer path; closes 22105. --- diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index 6008238bba..2961dab56f 100644 --- a/src/test/fuzz/include.am +++ b/src/test/fuzz/include.am @@ -36,7 +36,7 @@ oss-fuzz-prereqs: \ noinst_HEADERS += \ src/test/fuzz/fuzzing.h -LIBFUZZER = /home/nickm/build/libfuzz/libFuzzer.a +LIBFUZZER = -lFuzzer LIBFUZZER_CPPFLAGS = $(FUZZING_CPPFLAGS) -DLLVM_FUZZ LIBFUZZER_CFLAGS = $(FUZZING_CFLAGS) LIBFUZZER_LDFLAG = $(FUZZING_LDFLAG)