]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in: Update paxctl comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jun 2018 23:11:41 +0000 (16:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 15 Jun 2018 23:11:57 +0000 (16:11 -0700)
src/Makefile.in

index a1ec0bd7f7b6116303041e09d92c81250ab1113f..7bbe4e199ef7d44db913a755eb215c6a1705f19e 100644 (file)
@@ -104,7 +104,7 @@ LD_SWITCH_SYSTEM_TEMACS=@LD_SWITCH_SYSTEM_TEMACS@
 ## Flags to pass to ld only for temacs.
 TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS)
 
-## If available, the names of the paxctl and setfattr programs.
+## If needed, the names of the paxctl and setfattr programs.
 ## On grsecurity/PaX systems, unexec will fail due to a gap between
 ## the bss section and the heap.  Older versions need paxctl to work
 ## around this, newer ones setfattr.  See Bug#11398 and Bug#16343.