Browse Source

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 <hauke@hauke-m.de>
Hauke Mehrtens 9 years ago
parent
commit
95aef0298b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      net/tor/Makefile

+ 2
- 1
net/tor/Makefile View File

@@ -82,7 +82,8 @@ CONFIGURE_ARGS += \
82 82
 	--with-libminiupnpc-dir="$(STAGING_DIR)/usr" \
83 83
 	--enable-nat-pmp \
84 84
 	--with-libnatpmp-dir="$(STAGING_DIR)/usr" \
85
-	--disable-asciidoc
85
+	--disable-asciidoc \
86
+	--disable-seccomp
86 87
 
87 88
 ifneq ($(CONFIG_SSP_SUPPORT),y)
88 89
 	CONFIGURE_ARGS += \