mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TOR_VERSION = 0.4.0.5
|
||||
TOR_VERSION = 0.4.4.5
|
||||
TOR_SITE = https://dist.torproject.org
|
||||
TOR_LICENSE = BSD-3-Clause
|
||||
TOR_LICENSE_FILES = LICENSE
|
||||
@@ -30,6 +30,13 @@ ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||
TOR_DEPENDENCIES += libcap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
TOR_CONF_OPTS += --enable-systemd
|
||||
TOR_DEPENDENCIES += host-pkgconf systemd
|
||||
else
|
||||
TOR_CONF_OPTS += --disable-systemd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||
TOR_CONF_OPTS += --enable-lzma
|
||||
TOR_DEPENDENCIES += host-pkgconf xz
|
||||
@@ -37,6 +44,13 @@ else
|
||||
TOR_CONF_OPTS += --disable-lzma
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
TOR_CONF_OPTS += --enable-zstd
|
||||
TOR_DEPENDENCIES += host-pkgconf zstd
|
||||
else
|
||||
TOR_CONF_OPTS += --disable-zstd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
|
||||
TOR_CONF_OPTS += --enable-seccomp
|
||||
TOR_DEPENDENCIES += libseccomp
|
||||
|
||||
Reference in New Issue
Block a user