mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
build: pass feat_selinux when building with selinux
This commit is contained in:
parent
72ad89d956
commit
a9a33543fb
1 changed files with 2 additions and 1 deletions
|
@ -270,6 +270,7 @@ TEST_SPEC_FEATURE := test_unimplemented
|
|||
else ifeq ($(SELINUX_ENABLED),1)
|
||||
TEST_NO_FAIL_FAST :=
|
||||
TEST_SPEC_FEATURE := feat_selinux
|
||||
BUILD_SPEC_FEATURE := feat_selinux
|
||||
endif
|
||||
|
||||
define TEST_BUSYBOX
|
||||
|
@ -297,7 +298,7 @@ ifneq (${MULTICALL}, y)
|
|||
endif
|
||||
|
||||
build-coreutils:
|
||||
${CARGO} build ${CARGOFLAGS} --features "${EXES}" ${PROFILE_CMD} --no-default-features
|
||||
${CARGO} build ${CARGOFLAGS} --features "${EXES} $(BUILD_SPEC_FEATURE)" ${PROFILE_CMD} --no-default-features
|
||||
|
||||
build: build-coreutils build-pkgs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue