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>
lilik-openwrt-22.03
Hauke Mehrtens 10 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 += \
--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…
Cancel
Save