summaryrefslogtreecommitdiffstats
path: root/coreutils-hybrid/disable_selinux.patch
diff options
context:
space:
mode:
authorkj-sh6042025-05-27 01:02:09 -0400
committerkj-sh6042025-05-27 01:02:09 -0400
commitefc9425de781cbe6c35ddc9b7e9ab4bf06cfcacf (patch)
tree9f5e682581221fa38bbc652def464d8226e99938 /coreutils-hybrid/disable_selinux.patch
parent20dd9649c35b09401fb511ad33892be6d25b9c9c (diff)
refactor: re-organize files²
Diffstat (limited to 'coreutils-hybrid/disable_selinux.patch')
-rw-r--r--coreutils-hybrid/disable_selinux.patch13
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)