From: Gustavo Zacarias Date: Mon, 1 Feb 2016 13:38:47 +0000 (-0300) Subject: strongswan: unavailable for static builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c42cb74b02b5ca4499db65072b8a5a880e9414ab;p=buildroot.git strongswan: unavailable for static builds Uses dlopen in plugin_loader (not optional), fixes: http://autobuild.buildroot.net/results/601/601d8dc1654d8733db49b195139e12437663034c/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/strongswan/Config.in b/package/strongswan/Config.in index b26f1c728b..cada78bb70 100644 --- a/package/strongswan/Config.in +++ b/package/strongswan/Config.in @@ -1,11 +1,12 @@ -comment "strongswan needs a toolchain w/ threads" +comment "strongswan needs a toolchain w/ threads, dynamic library" depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS menuconfig BR2_PACKAGE_STRONGSWAN bool "strongswan" depends on BR2_USE_MMU # fork() depends on BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_STATIC_LIBS help strongSwan is an OpenSource IPsec implementation for the Linux operating system. It is based on the discontinued