summaryrefslogtreecommitdiff
path: root/package/tor
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-07 14:46:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-08 21:16:11 +0100
commit41a14f3e394f46bd098daf4a76283315e3ae452a (patch)
tree6f7e1a974657919ad14789248cf0997839ac2d3c /package/tor
parenteddc0bc5a6e8de77173c1d1d1009982acd99c031 (diff)
tor: disable unit-tests
Fixes following autobuild failure for aarch64: http://autobuild.buildroot.net/results/13ef47c962afefbaa9ea7a95de083f885f1a8825/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tor')
-rw-r--r--package/tor/tor.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index f6874a664..6a622cf0e 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -13,6 +13,7 @@ TOR_AUTORECONF = YES
TOR_CONF_OPTS = \
--disable-gcc-hardening \
+ --disable-unittests \
--with-libevent-dir=$(STAGING_DIR)/usr \
--with-openssl-dir=$(STAGING_DIR)/usr \
--with-zlib-dir=$(STAGING_DIR)/usr