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>
This commit is contained in:
parent
b030b585be
commit
9b48e4f19d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user