summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils/disable_selinux.patch
diff options
context:
space:
mode:
authorkj-sh6042025-05-26 17:03:13 -0400
committerkj-sh6042025-05-26 17:03:13 -0400
commit27d9848f76ab0bcca3bff18193e9692d3ef40bd1 (patch)
treefced5a34187b3b25b183cf468deda9d04c684690 /coreutils-uutils/disable_selinux.patch
parentd33c94bacd6243caaa83af188a04679909102189 (diff)
upgpkg: 0.1.0-1
Diffstat (limited to 'coreutils-uutils/disable_selinux.patch')
-rw-r--r--coreutils-uutils/disable_selinux.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/coreutils-uutils/disable_selinux.patch b/coreutils-uutils/disable_selinux.patch
new file mode 100644
index 0000000..f6a5bff
--- /dev/null
+++ b/coreutils-uutils/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)