summaryrefslogtreecommitdiff
path: root/package/smack
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-05-01 16:16:20 +0300
committerPeter Korsgaard <peter@korsgaard.com>2014-05-01 22:07:14 +0200
commit9b48e4f19d13415a36a4df6b32c23d3c816261e4 (patch)
treeee74bc6d69d505a875466d12f1253e68ab23ef8b /package/smack
parentb030b585be4d0e29e0909d1f277f390f39a0209f (diff)
smack: needs threads
Fixes: http://autobuild.buildroot.net/results/38a/38a558be589784bcc700a0e83e2e1e14eed66d83/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/smack')
-rw-r--r--package/smack/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/smack/Config.in b/package/smack/Config.in
index 3f26caecd..ffbe73c2a 100644
--- a/package/smack/Config.in
+++ b/package/smack/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SMACK
bool "smack"
depends on !BR2_PREFER_STATIC_LIB # dlfcn.h
+ depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
help
User space programs and libraries for SMACK.
@@ -29,5 +30,6 @@ config BR2_PACKAGE_SMACK
https://github.com/smack-team/smack
-comment "smack needs a toolchain w/ dynamic library, headers >= 3.0"
- depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+comment "smack needs a toolchain w/ dynamic library, threads, headers >= 3.0"
+ depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
+ || !BR2_TOOLCHAIN_HAS_THREADS