summaryrefslogtreecommitdiffstats
path: root/package/smack
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-04-24 11:56:19 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-24 11:11:04 +0200
commit36afe6de9c8760b4dc26ca89e97e78dce627e716 (patch)
treef0a93f9d10c823ae53572f2e5e85bc01de3f0f34 /package/smack
parentb9f0543fc84fd69f4d9a64b90cfeddee90b71f89 (diff)
downloadbuildroot-36afe6de9c8760b4dc26ca89e97e78dce627e716.tar.gz
buildroot-36afe6de9c8760b4dc26ca89e97e78dce627e716.zip
smack: needs kernel headers v3.0+
smack uses symbols that are exported to userspace only since Linux kernel commit 1dbe39424a43 (xattr.h: expose string defines to userspace). Fixes: http://autobuild.buildroot.net/results/7fc/7fc69002fbb37962e65e0f83384ae7a4e6eac8a9/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/smack')
-rw-r--r--package/smack/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/smack/Config.in b/package/smack/Config.in
index 618a6807e1..55e9d2e694 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_HEADERS_AT_LEAST_3_0
help
User space programs and libraries for SMACK.
@@ -28,5 +29,6 @@ config BR2_PACKAGE_SMACK
https://github.com/smack-team/smack
-comment "smack needs a toolchain w/ dynamic library"
+comment "smack needs a toolchain w/ dynamic library, headers >= 3.0"
depends on BR2_PREFER_STATIC_LIB
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
OpenPOWER on IntegriCloud