diff options
| author | Ulrich Müller | 2014-11-16 12:37:54 +0100 |
|---|---|---|
| committer | Ulrich Müller | 2014-11-25 07:47:11 +0100 |
| commit | ed54567c7cf958bb5658f4b6da1b0b7decc1d31a (patch) | |
| tree | f9a599f9d06c4e117b304ec5d8ef3875f78679d4 /src/ChangeLog | |
| parent | 5da3f6c2fe817081615ebf2e0a2cfed755ee74ef (diff) | |
| download | emacs-ed54567c7cf958bb5658f4b6da1b0b7decc1d31a.tar.gz emacs-ed54567c7cf958bb5658f4b6da1b0b7decc1d31a.zip | |
Use consistent paxctl and setfattr flags for temacs.
* Makefile.in (temacs$(EXEEXT)): Use consistent flag settings
for paxctl and setfattr. Fixes temacs startup failure with
grsecurity/PaX enabled Linux kernel (bug#19067).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63ead8d9d2d..b17f719ce6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-25 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * Makefile.in (temacs$(EXEEXT)): Use consistent flag settings | ||
| 4 | for paxctl and setfattr. Fixes temacs startup failure with | ||
| 5 | grsecurity/PaX enabled Linux kernel (bug#19067). | ||
| 6 | |||
| 1 | 2014-11-17 Oscar Fuentes <ofv@wanadoo.es> | 7 | 2014-11-17 Oscar Fuentes <ofv@wanadoo.es> |
| 2 | 8 | ||
| 3 | * src/w32.c: Use MINGW_W64 instead of _W64. | 9 | * src/w32.c: Use MINGW_W64 instead of _W64. |