diff options
| author | kj-sh604 | 2025-05-27 00:28:56 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 00:28:56 -0400 |
| commit | 397c55996cc1a988804c6dbf216c6638eabddf98 (patch) | |
| tree | 2fc58772137b2040811eee7315062a6364bb504e /coreutils-hybrid/disable_selinux.patch | |
| parent | bb605e6c8df698d3e9c83a6097cf849a7e2aa8fb (diff) | |
refactor: coreutils-hybrid as current coreutils-uutils package
(as of 05/27/2025)
Diffstat (limited to 'coreutils-hybrid/disable_selinux.patch')
| -rw-r--r-- | coreutils-hybrid/disable_selinux.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/coreutils-hybrid/disable_selinux.patch b/coreutils-hybrid/disable_selinux.patch new file mode 100644 index 0000000..f6a5bff --- /dev/null +++ b/coreutils-hybrid/disable_selinux.patch @@ -0,0 +1,13 @@ +diff --git a/GNUmakefile b/GNUmakefile +index f46126a82..58bf7fbdd 100644 +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -181,8 +181,6 @@ SELINUX_PROGS := \ + + ifneq ($(OS),Windows_NT) + PROGS := $(PROGS) $(UNIX_PROGS) +-# Build the selinux command even if not on the system +- PROGS := $(PROGS) $(SELINUX_PROGS) + endif + + UTILS ?= $(PROGS) |
