[Buildroot] [git commit] lksctp-tools: requires dynamic library support

Peter Korsgaard peter at korsgaard.com
Tue Apr 12 21:22:36 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4bcc4f3e6ddb2fad7cf5a0ecd75536a2f3e26bf2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/259/25910726158f4b2cbd9ceb60c170f4b2d0b546ef/
http://autobuild.buildroot.net/results/94a/94ab8ba783a67529a62d4994ab8c62c8656a05e6/
http://autobuild.buildroot.net/results/1e5/1e59f273e0f31646065a1323a2e231c17babfe59/

Cc: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/lksctp-tools/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/lksctp-tools/Config.in b/package/lksctp-tools/Config.in
index b8a8c7a..9c95ef5 100644
--- a/package/lksctp-tools/Config.in
+++ b/package/lksctp-tools/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LKSCTP_TOOLS
 	bool "lksctp-tools"
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_STATIC_LIBS # dlopen()
 	help
 	  The lksctp-tools project provides a Linux user space library
 	  for SCTP (libsctp) including C language header files
@@ -11,6 +12,6 @@ config BR2_PACKAGE_LKSCTP_TOOLS
 
 	  http://lksctp.sourceforge.net/
 
-comment "lksctp-tools needs a toolchain w/ threads"
+comment "lksctp-tools 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


More information about the buildroot mailing list