From 12c38f6eb499cb4a7fb81159ea16d642f9687932 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 29 Mar 2022 11:52:53 +0200 Subject: [PATCH] when building for the GNU testsuite, force the build of selinux binaries --- util/build-gnu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 0cb0af301..d248e1759 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -40,7 +40,7 @@ UU_BUILD_DIR="${path_UUTILS}/target/${UU_MAKE_PROFILE}" echo "UU_BUILD_DIR='${UU_BUILD_DIR}'" cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]" -make PROFILE="${UU_MAKE_PROFILE}" +SELINUX_ENABLED=1 make PROFILE="${UU_MAKE_PROFILE}" cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target # Create *sum binaries for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do