CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/08/11 16:55:39
Modified files:
editors/emacs21: Makefile
editors/emacs22: Makefile
editors/emacs23: Makefile
editors/xemacs21/stable: Makefile
Log message:
Prepare emacs for PIE. emacs2* currently use gmalloc, which is incompatible
with PIE. We should be using the system malloc anyway for security reasons.
Unfortunately, there are yet more problems with PIE in emacs proper, so disable
it for now until a solution is found.
ok naddy@ sthen@ (on a previous version)