aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 00889e9a277..388923596c9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -110,7 +110,7 @@ TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS)
110 110
111## If available, the names of the paxctl and setfattr programs. 111## If available, the names of the paxctl and setfattr programs.
112## On grsecurity/PaX systems, unexec will fail due to a gap between 112## On grsecurity/PaX systems, unexec will fail due to a gap between
113## the bss section and the heap. Older versions nee paxctl to work 113## the bss section and the heap. Older versions need paxctl to work
114## around this, newer ones setfattr. See Bug#11398 and Bug#16343. 114## around this, newer ones setfattr. See Bug#11398 and Bug#16343.
115PAXCTL = @PAXCTL@ 115PAXCTL = @PAXCTL@
116SETFATTR = @SETFATTR@ 116SETFATTR = @SETFATTR@