|
@@ -1,11 +1,13 @@
|
|
comment "strongswan needs a toolchain w/ threads, dynamic library"
|
|
comment "strongswan needs a toolchain w/ threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
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
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
help
|
|
strongSwan is an OpenSource IPsec implementation for the
|
|
strongSwan is an OpenSource IPsec implementation for the
|