From 41a14f3e394f46bd098daf4a76283315e3ae452a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Mar 2016 14:46:48 +0100 Subject: [PATCH] tor: disable unit-tests Fixes following autobuild failure for aarch64: http://autobuild.buildroot.net/results/13ef47c962afefbaa9ea7a95de083f885f1a8825/ Signed-off-by: Waldemar Brodkorb Signed-off-by: Thomas Petazzoni --- package/tor/tor.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tor/tor.mk b/package/tor/tor.mk index f6874a664a..6a622cf0ef 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 -- 2.30.2