Skip to content

Commit

Permalink
update Makefile for tor compression options
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 20, 2017
1 parent 25425a6 commit 90975fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ tor/Makefile: tor/configure
--disable-asciidoc \
--enable-static-libevent --with-libevent-dir=$(EXTERNAL_ROOT) \
--enable-static-openssl --with-openssl-dir=$(EXTERNAL_ROOT) \
--disable-linker-hardening --disable-gcc-hardening --disable-tool-name-check
--disable-linker-hardening --disable-gcc-hardening --disable-tool-name-check \
--disable-lzma --enable-zstd

tor-build-stamp: tor/Makefile
$(MAKE) -C tor all-am
Expand Down

0 comments on commit 90975fb

Please sign in to comment.