aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Müller <[email protected]>2012-06-03 16:14:22 -0700
committerGlenn Morris <[email protected]>2012-06-03 16:14:22 -0700
commitc71232db6e7a2dbd0cb0830829dcce8285ffa138 (patch)
tree8f08f7d51cd276908dee9838df21e70937d1af8e /ChangeLog
parent7afbaca445e5d49ece642f5b809ff0cdcbd69356 (diff)
Workaround dumping problem on PaX-enabled Linux kernels
* configure.in (PAXCTL): Check for paxctl. * src/Makefile.in (PAXCTL): Define. (temacs$(EXEEXT)): Disable memory randomization for the temacs binary via PaX flags if the paxctl utility is available. (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): Restore PaX flags to their default. Fixes: debbugs:11398
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95d9ecbf01..4aeffbcc4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-03 Ulrich Müller <[email protected]>
+
+ * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
+
2012-06-01 Paul Eggert <[email protected]>
Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)