|
@@ -26,6 +26,10 @@ TOR_CONF_OPTS += \
|
|
--enable-static-zlib
|
|
--enable-static-zlib
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
|
|
|
+TOR_DEPENDENCIES += libcap
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
|
|
ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
|
|
TOR_CONF_OPTS += --enable-seccomp
|
|
TOR_CONF_OPTS += --enable-seccomp
|
|
TOR_DEPENDENCIES += libseccomp
|
|
TOR_DEPENDENCIES += libseccomp
|