mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
strongswan: needs threads
Fixes: http://autobuild.buildroot.net/results/e23/e2394705545dad8e33ffc558df518014c15f5271/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8c5156cce0
commit
3b38a1e6bb
@@ -1,6 +1,10 @@
|
|||||||
|
comment "strongswan needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
menuconfig BR2_PACKAGE_STRONGSWAN
|
menuconfig BR2_PACKAGE_STRONGSWAN
|
||||||
bool "strongswan"
|
bool "strongswan"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
strongSwan is an OpenSource IPsec implementation for the
|
strongSwan is an OpenSource IPsec implementation for the
|
||||||
Linux operating system. It is based on the discontinued
|
Linux operating system. It is based on the discontinued
|
||||||
|
|||||||
Reference in New Issue
Block a user