summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/tor/tor.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 138a5b2734..2c671baad5 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -25,7 +25,7 @@ TOR_CONF_OPTS += \
--enable-static-zlib
endif
-ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
+ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
TOR_CONF_OPTS += --enable-seccomp
TOR_DEPENDENCIES += libseccomp
else
OpenPOWER on IntegriCloud