diff options
| author | Paul Eggert | 2018-06-15 16:11:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-06-15 16:11:57 -0700 |
| commit | 7f2cfcce95d6472b436def7a9cdf4e47a3b82eaf (patch) | |
| tree | d1182f7e7b2ac3871fd2c35fdc249584ae90b477 /src | |
| parent | b8b960e5e1520874b0a59575d31368f96b7f8b47 (diff) | |
| download | emacs-7f2cfcce95d6472b436def7a9cdf4e47a3b82eaf.tar.gz emacs-7f2cfcce95d6472b436def7a9cdf4e47a3b82eaf.zip | |
* src/Makefile.in: Update paxctl comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index a1ec0bd7f7b..7bbe4e199ef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -104,7 +104,7 @@ LD_SWITCH_SYSTEM_TEMACS=@LD_SWITCH_SYSTEM_TEMACS@ | |||
| 104 | ## Flags to pass to ld only for temacs. | 104 | ## Flags to pass to ld only for temacs. |
| 105 | TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS) | 105 | TEMACS_LDFLAGS = $(LD_SWITCH_SYSTEM) $(LD_SWITCH_SYSTEM_TEMACS) |
| 106 | 106 | ||
| 107 | ## If available, the names of the paxctl and setfattr programs. | 107 | ## If needed, the names of the paxctl and setfattr programs. |
| 108 | ## On grsecurity/PaX systems, unexec will fail due to a gap between | 108 | ## On grsecurity/PaX systems, unexec will fail due to a gap between |
| 109 | ## the bss section and the heap. Older versions need paxctl to work | 109 | ## the bss section and the heap. Older versions need paxctl to work |
| 110 | ## around this, newer ones setfattr. See Bug#11398 and Bug#16343. | 110 | ## around this, newer ones setfattr. See Bug#11398 and Bug#16343. |