diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-09-17 14:19:13 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-17 20:44:07 +0200 |
commit | 46baba78ffc6db422d9cfb1e24894497467c501a (patch) | |
tree | d0607dda2cf3483434f003077f967c22defc7a8e /package/aiccu | |
parent | ac4ee61d76772a94455b8e5a17d6050b3d42b98c (diff) |
aiccu: needs threads
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>
Diffstat (limited to 'package/aiccu')
-rw-r--r-- | package/aiccu/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/aiccu/Config.in b/package/aiccu/Config.in index 1c6f5545e..15959b1a8 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) |