mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
tor: needs thread support
Fixes: http://autobuild.buildroot.org/results/4f7/4f758978f6820ecceaad57385f3c104011180c4d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
70ad172e6e
commit
49565a282a
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_TOR
|
config BR2_PACKAGE_TOR
|
||||||
bool "tor"
|
bool "tor"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBEVENT
|
select BR2_PACKAGE_LIBEVENT
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
@ -12,3 +13,7 @@ config BR2_PACKAGE_TOR
|
|||||||
state security.
|
state security.
|
||||||
|
|
||||||
https://www.torproject.org
|
https://www.torproject.org
|
||||||
|
|
||||||
|
comment "tor needs a toolchain w/ threads"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user