package/busybox: selinux support now available on !glibc configs
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:27 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 21:13:12 +0000 (23:13 +0200)
libselinux can now be selected for non-glibc toolchains, so
BR2_PACKAGE_BUSYBOX_SELINUX can loose its BR2_TOOLCHAIN_USES_GLIBC
dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/busybox/Config.in

index bab00bf83578c047945ccaf623a0ec4671d502aa..cddf9f3908dad2a351f3c8ac4375b71fb3a1542d 100644 (file)
@@ -40,7 +40,6 @@ config BR2_PACKAGE_BUSYBOX_SELINUX
        bool "Enable SELinux support"
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on !BR2_STATIC_LIBS
-       depends on BR2_TOOLCHAIN_USES_GLIBC
        depends on !BR2_arc
        select BR2_PACKAGE_BUSYBOX_INDIVIDUAL_BINARIES
        select BR2_PACKAGE_LIBSELINUX