tor: disable unit-tests
authorWaldemar Brodkorb <wbx@openadk.org>
Mon, 7 Mar 2016 13:46:48 +0000 (14:46 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 8 Mar 2016 20:16:11 +0000 (21:16 +0100)
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>
package/tor/tor.mk

index f6874a664a49bf97ac9c3c599c2b4b8237e1ae8f..6a622cf0ef6d6eb9adfc09ed6da4e605d1e2fcbf 100644 (file)
@@ -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