summaryrefslogtreecommitdiffstats
path: root/coreutils-uutils/disable_selinux.patch
diff options
context:
space:
mode:
authorkj-sh6042025-08-29 23:14:28 -0400
committerkj-sh6042025-08-29 23:14:28 -0400
commit9968adbfe4364cd0e96efe9e83199586777d5a31 (patch)
tree95a1d7cea2d5497b833f1bf4b0fb7a6769eb9e1d /coreutils-uutils/disable_selinux.patch
parent5210dfc9ef7a4ec3292359f21bcda70cb0711f7c (diff)
refactor: temporary workaround for broken stty (from oech3)
also migrate the package to utilize symlinks in relation to the uutils-coreutils package
Diffstat (limited to 'coreutils-uutils/disable_selinux.patch')
-rw-r--r--coreutils-uutils/disable_selinux.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/coreutils-uutils/disable_selinux.patch b/coreutils-uutils/disable_selinux.patch
deleted file mode 100644
index f6a5bff..0000000
--- a/coreutils-uutils/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)