mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
gnu: fix the build with selinux
This commit is contained in:
parent
bcc02e9cea
commit
b778fa7baf
2 changed files with 23 additions and 5 deletions
|
@ -267,8 +267,8 @@ TEST_NO_FAIL_FAST :=--no-fail-fast
|
|||
TEST_SPEC_FEATURE := test_unimplemented
|
||||
else ifeq ($(SELINUX_ENABLED),1)
|
||||
TEST_NO_FAIL_FAST :=
|
||||
TEST_SPEC_FEATURE := feat_selinux
|
||||
BUILD_SPEC_FEATURE := feat_selinux
|
||||
TEST_SPEC_FEATURE := selinux
|
||||
BUILD_SPEC_FEATURE := selinux
|
||||
endif
|
||||
|
||||
define TEST_BUSYBOX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue