summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-19 20:33:34 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-08-19 23:06:59 +0200
commit881845f5fcc7e30654a95ea8a21e574df60980d1 (patch)
tree05d3206fe0d0081cdecfdfb454c020ec32428e6b /package/busybox
parentb7aee38fe2d6409caa2b12d2b6a1e6acdf19014f (diff)
libselinux: mark as not available on ARC
libselinux causes some build problems due to the toolchain on ARC, which haven't been solved so far. As a temporary solution for Buildroot 2015.08, this commit makes libselinux (and its reverse dependencies) unavailable on ARC. Of course, once the toolchain problem is addressed, this commit can be reverted to re-enable libselinux on ARC. Fixes: http://autobuild.buildroot.org/results/220/2207f6aad44a6988bf07b02b583b6418ad930dc8/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 25f72de33..a3a328d48 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -36,6 +36,7 @@ config BR2_PACKAGE_BUSYBOX_SELINUX
select BR2_PACKAGE_LIBSELINUX
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
+ depends on !BR2_arc
bool "Enable SELinux support"
help
Enable SELinux support in BusyBox. Please note that