We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b0e2a + e7beccc commit 598bf60Copy full SHA for 598bf60
1 file changed
GNUmakefile
@@ -75,19 +75,6 @@ ifeq ($(OS),Windows_NT)
75
endif
76
LN ?= ln -sf
77
78
-ifdef SELINUX_ENABLED
79
- override SELINUX_ENABLED := 0
80
-# Now check if we should enable it (only on non-Windows)
81
- ifneq ($(OS),Windows_NT)
82
- ifeq ($(shell if [ -x /sbin/selinuxenabled ] && /sbin/selinuxenabled 2>/dev/null; then echo 0; else echo 1; fi),0)
83
- override SELINUX_ENABLED := 1
84
-$(info /sbin/selinuxenabled successful)
85
- else
86
-$(info SELINUX_ENABLED=1 but /sbin/selinuxenabled failed)
87
- endif
88
89
-endif
90
-
91
# Possible programs
92
PROGS := \
93
arch \
0 commit comments