From ce1feae9d9a4366e3cd93a68416841d0c6a636c5 Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Tue, 18 Apr 2017 17:54:59 +0200 Subject: Add --enable-zstd to our configure script. This patch adds support for enabling support for Zstandard to our configure script. By default, the --enable-zstd option is set to "auto" which means if libzstd is available we'll build Tor with Zstandard support. See: https://bugs.torproject.org/21662 --- src/test/fuzz/include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/fuzz') diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index abffcad602..500377f6d7 100644 --- a/src/test/fuzz/include.am +++ b/src/test/fuzz/include.am @@ -19,7 +19,8 @@ FUZZING_LIBS = \ @TOR_LIBEVENT_LIBS@ \ @TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \ @TOR_SYSTEMD_LIBS@ \ - @TOR_LZMA_LIBS@ + @TOR_LZMA_LIBS@ \ + @TOR_ZSTD_LIBS@ oss-fuzz-prereqs: \ src/or/libtor-testing.a \ -- cgit v1.2.3-54-g00ecf