Merge pull request #9221 from oech3/patch-1

GNUmakefile: generalize logic for SELINUX_PROGS for many platforms
This commit is contained in:
Sylvestre Ledru
2025-11-11 08:31:00 +01:00
committed by GitHub
+2 -2
View File
@@ -208,8 +208,8 @@ HASHSUM_PROGS := \
$(info Detected OS = $(OS))
# Don't build the SELinux programs on macOS (Darwin) and FreeBSD
ifeq ($(filter $(OS),Darwin FreeBSD),$(OS))
# Build the SELinux programs only on Linux
ifeq ($(filter $(OS),Linux),)
SELINUX_PROGS :=
endif