From: Hauke Mehrtens Date: Wed, 29 Apr 2015 21:12:49 +0000 (+0200) Subject: tor: disable seccomp support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=95aef0298be6de35f827ca42c110a51abc4965bc;p=openwrt-packages.git tor: disable seccomp support 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 --- diff --git a/net/tor/Makefile b/net/tor/Makefile index 990642a88..d042ffbcc 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -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 += \