diff options
| author | Paul Eggert | 2014-01-04 16:55:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 16:55:29 -0800 |
| commit | 81da295eebcfd94dcbd16531ceaecbf1cbad1804 (patch) | |
| tree | 56f98a2792ab29aa9f4dc6096bfd45dc32110a90 /ChangeLog | |
| parent | 5159d5902f0a6f48b354bc568f086d99c2e64ea0 (diff) | |
| download | emacs-81da295eebcfd94dcbd16531ceaecbf1cbad1804.tar.gz emacs-81da295eebcfd94dcbd16531ceaecbf1cbad1804.zip | |
Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
Problem and proposed patch reported by Ulrich Mueller;
this patch uses a somewhat-different approach.
* configure.ac (SETFATTR): New variable.
* src/Makefile.in (SETFATTR): New macro.
(temacs$(EXEEXT)): Use it.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). | ||
| 4 | Problem and proposed patch reported by Ulrich Mueller; | ||
| 5 | this patch uses a somewhat-different approach. | ||
| 6 | * configure.ac (SETFATTR): New variable. | ||
| 7 | |||
| 1 | 2014-01-03 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-01-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Merge from gnulib, incorporating: | 10 | Merge from gnulib, incorporating: |