[Buildroot] [PATCH 5/6] socat: needs threads

Gustavo Zacarias gustavo at zacarias.com.ar
Fri Mar 29 11:19:54 UTC 2013


Fixes:
http://autobuild.buildroot.net/results/d2231d0db9cebfa77739a229513035ed6814f34c/

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/socat/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/socat/Config.in b/package/socat/Config.in
index ae88be9..c478282 100644
--- a/package/socat/Config.in
+++ b/package/socat/Config.in
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_SOCAT
 	bool "socat"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	  Multipurpose socket relay program.
 
 	  http://www.dest-unreach.org/socat/
+
+comment "socat requires a toolchain with thread support"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.8.1.5




More information about the buildroot mailing list