tor: disable seccomp support 1219/head
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 29 Apr 2015 21:12:49 +0000 (23:12 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 29 Apr 2015 21:16:09 +0000 (23:16 +0200)
seccomp is only supported on x86, amd64 and arm in tor.
This deactivated it currently completely which should close #935,
 #1097, #1147 and #1161.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
net/tor/Makefile

index 990642a88bab1cde0975a1ca06a6dd921c56097b..d042ffbccff32bd00f66870579aa59efbb35236e 100644 (file)
@@ -82,7 +82,8 @@ CONFIGURE_ARGS += \
        --with-libminiupnpc-dir="$(STAGING_DIR)/usr" \
        --enable-nat-pmp \
        --with-libnatpmp-dir="$(STAGING_DIR)/usr" \
-       --disable-asciidoc
+       --disable-asciidoc \
+       --disable-seccomp
 
 ifneq ($(CONFIG_SSP_SUPPORT),y)
        CONFIGURE_ARGS += \