smack: needs threads
authorBaruch Siach <baruch@tkos.co.il>
Thu, 1 May 2014 13:16:20 +0000 (16:16 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 1 May 2014 20:07:14 +0000 (22:07 +0200)
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>
package/smack/Config.in

index 3f26caecd61fdbda50df2cf6b0fdf5bea69c38ac..ffbe73c2af08be353798ec16204667436e6112f0 100644 (file)
@@ -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