mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
+2
-1
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user