diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-21 02:46:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-21 02:46:51 +0300 |
commit | 4b7b52f9deb81f3fa778acab7ff083628273aad4 (patch) | |
tree | 89a0e1037c8c0fab7aa663835ca433d31df9385f | |
parent | 80a927c7298f79822528d0842c3781c8a4aa542d (diff) |
-rw-r--r-- | net-vpn/tor/tor-scm.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-vpn/tor/tor-scm.ebuild b/net-vpn/tor/tor-scm.ebuild index 8fedd4d..8e26e1e 100644 --- a/net-vpn/tor/tor-scm.ebuild +++ b/net-vpn/tor/tor-scm.ebuild @@ -52,8 +52,11 @@ src_configure() { --localstatedir="${EPREFIX}/var" \ --enable-system-torrc \ --enable-asciidoc \ + --disable-android \ --disable-libfuzzer \ --disable-rust \ + --disable-restart-debugging \ + $(use_enable lzma) \ $(use_enable scrypt libscrypt) \ $(use_enable seccomp) \ $(use_enable systemd) \ @@ -61,7 +64,8 @@ src_configure() { $(use_enable tor-hardening linker-hardening) \ $(use_enable web tor2web-mode) \ $(use_enable test unittests) \ - $(use_enable test coverage) + $(use_enable test coverage) \ + $(use_enable zstd) } src_install() { |