mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/policycoreutils: now available on !glibc configs
Now that libsemanage is available on non-glibc configurations, we can also allow the selection of policycoreutils for such configurations. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
9f3ad8c3f1
commit
63a456304a
@ -1,8 +1,7 @@
|
|||||||
comment "policycoreutils needs a glibc toolchain w/ threads, dynamic library"
|
comment "policycoreutils needs a toolchain w/ threads, dynamic library"
|
||||||
depends on !BR2_arc
|
depends on !BR2_arc
|
||||||
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
||||||
|
|
||||||
config BR2_PACKAGE_POLICYCOREUTILS
|
config BR2_PACKAGE_POLICYCOREUTILS
|
||||||
bool "policycoreutils"
|
bool "policycoreutils"
|
||||||
@ -10,7 +9,6 @@ config BR2_PACKAGE_POLICYCOREUTILS
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libsemanage
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libsemanage
|
||||||
depends on !BR2_STATIC_LIBS #libsemanage
|
depends on !BR2_STATIC_LIBS #libsemanage
|
||||||
depends on !BR2_arc # libsemanage
|
depends on !BR2_arc # libsemanage
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC # libsemanage
|
|
||||||
select BR2_PACKAGE_LIBSEMANAGE
|
select BR2_PACKAGE_LIBSEMANAGE
|
||||||
select BR2_PACKAGE_LIBCAP_NG
|
select BR2_PACKAGE_LIBCAP_NG
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user