aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/include.am
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-18 13:56:02 +0200
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:06:02 -0400
commit157af1d26e3cdfc3159c1085f35e5ddcda7ccd21 (patch)
treece2a95e5012ed28837018c05ea26fff73a4b3868 /src/test/fuzz/include.am
parentc171af048731cc00d77e17a1ff0be5c641024f8a (diff)
downloadtor-157af1d26e3cdfc3159c1085f35e5ddcda7ccd21.tar.gz
tor-157af1d26e3cdfc3159c1085f35e5ddcda7ccd21.zip
Add --enable-lzma to our configure script.
This patch adds support for enabling support for LZMA to our configure script. By default, the --enable-lzma option is set to "auto" which means if liblzma is available we'll build Tor with LZMA support. See: https://bugs.torproject.org/21662
Diffstat (limited to 'src/test/fuzz/include.am')
-rw-r--r--src/test/fuzz/include.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am
index 1b608c6885..abffcad602 100644
--- a/src/test/fuzz/include.am
+++ b/src/test/fuzz/include.am
@@ -18,7 +18,8 @@ FUZZING_LIBS = \
@TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ \
@TOR_LIBEVENT_LIBS@ \
@TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \
- @TOR_SYSTEMD_LIBS@
+ @TOR_SYSTEMD_LIBS@ \
+ @TOR_LZMA_LIBS@
oss-fuzz-prereqs: \
src/or/libtor-testing.a \