aiccu: needs threads
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 17 Sep 2013 17:19:13 +0000 (14:19 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 17 Sep 2013 18:44:07 +0000 (20:44 +0200)
Fixes:
http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/aiccu/Config.in

index 1c6f5545e3b185d6c78cfc85395325795d14ddb5..15959b1a8c1b60b8a148b4e972dbf6e6138366c8 100644 (file)
@@ -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)