package/refpolicy: now available on !glibc configs
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 22 Sep 2019 09:06:36 +0000 (11:06 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Oct 2019 22:10:18 +0000 (00:10 +0200)
Now that policycoreutils is available on !glibc configurations, we can
also make refpolicy available for such configurations.

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

index 954dc3a093fa7dfd76ddaea0d5f4445726ed25e1..2e4fbf323c544c6d51f02f230370c02ffa24b6c4 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_REFPOLICY
        bool "refpolicy"
        depends on BR2_TOOLCHAIN_HAS_THREADS # policycoreutils
-       depends on BR2_TOOLCHAIN_USES_GLIBC # policycoreutils
        depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS # policycoreutils
        depends on !BR2_STATIC_LIBS # policycoreutils
        depends on !BR2_arc # policycoreutils
@@ -28,11 +27,10 @@ config BR2_PACKAGE_REFPOLICY
 
          https://github.com/TresysTechnology/refpolicy
 
-comment "refpolicy needs a glibc toolchain w/ threads, dynamic library"
+comment "refpolicy needs a toolchain w/ threads, dynamic library"
        depends on !BR2_arc
        depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
-       depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
-               !BR2_TOOLCHAIN_USES_GLIBC
+       depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
 
 if BR2_PACKAGE_REFPOLICY