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>
This commit is contained in:
parent
39a4601aac
commit
95aef0298b
1 changed files with 2 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue