summaryrefslogtreecommitdiffstats
path: root/coreutils-hybrid
diff options
context:
space:
mode:
authorkj-sh6042025-08-30 00:01:55 -0400
committerkj-sh6042025-08-30 00:01:55 -0400
commit19d6550656193913f49d334423d0fd13c8385137 (patch)
tree9cd3831d4c8044fa5e19bed8d940f792dd8ce87f /coreutils-hybrid
parentf8ebc1b54c328680c509a6f7af6d491e6607e867 (diff)
kj-gitbot: coreutils-hybrid/disable_selinux.patch
Diffstat (limited to 'coreutils-hybrid')
-rw-r--r--coreutils-hybrid/disable_selinux.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/coreutils-hybrid/disable_selinux.patch b/coreutils-hybrid/disable_selinux.patch
deleted file mode 100644
index f6a5bff..0000000
--- a/coreutils-hybrid/disable_selinux.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)