diff --git a/package/tor/tor.mk b/package/tor/tor.mk index 138a5b273..2c671baad 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