diff mbox

aiccu: needs threads

Message ID 1379438353-17173-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 46baba78ffc6db422d9cfb1e24894497467c501a
Headers show

Commit Message

Gustavo Zacarias Sept. 17, 2013, 5:19 p.m. UTC
Fixes:
http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/aiccu/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Michael Rommel Sept. 17, 2013, 6:06 p.m. UTC | #1
Hi,

yes, I was just working on that, too. I have seen it yesterday and just started to work on it.

  Michael.
Peter Korsgaard Sept. 17, 2013, 6:45 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes:
 Gustavo> http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/

Committed, thanks.
diff mbox

Patch

diff --git a/package/aiccu/Config.in b/package/aiccu/Config.in
index 1c6f554..15959b1 100644
--- a/package/aiccu/Config.in
+++ b/package/aiccu/Config.in
@@ -2,6 +2,7 @@  config BR2_PACKAGE_AICCU
 	bool "aiccu"
 	depends on BR2_INET_IPV6
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_GNUTLS
 	help
 	  SixXS Automatic IPv6 Connectivity Client Utility
@@ -17,5 +18,5 @@  config BR2_PACKAGE_AICCU
 
 	  http://www.sixxs.net/tools/aiccu/
 
-comment "aiccu requires a toolchain with IPv6 and WCHAR support"
-	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR)
+comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
+	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)