diff options
author | joerg <joerg@pkgsrc.org> | 2017-06-17 19:40:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-06-17 19:40:18 +0000 |
commit | 21d3e9368aba71acebd1bda7ed074a9eb087b5fe (patch) | |
tree | 50ded630b9b17ec193cf8e96233a42e9d3e6869e /editors/emacs25 | |
parent | b5297a79c2e20b30849e855ab69918f12c46a349 (diff) | |
download | pkgsrc-21d3e9368aba71acebd1bda7ed074a9eb087b5fe.tar.gz |
Remove now obsolete Emacs ASLR hacks.
Diffstat (limited to 'editors/emacs25')
-rw-r--r-- | editors/emacs25/hacks.mk | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/editors/emacs25/hacks.mk b/editors/emacs25/hacks.mk index 401937c23f1..8abb595b45a 100644 --- a/editors/emacs25/hacks.mk +++ b/editors/emacs25/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2016/09/18 13:36:18 ryoon Exp $ +# $NetBSD: hacks.mk,v 1.2 2017/06/17 19:40:19 joerg Exp $ .if !defined(EMACS_HACKS_MK) EMACS_HACKS_MK= defined @@ -15,19 +15,4 @@ CFLAGS+= -fno-optimize-strlen . endif .endif -### PaX is enabled, bootstrap-emacs command dumps core with segfault. -### emacs-24.5/src/Makefile.in does not support NetBSD paxctl(8) syntax. -### http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23371 -### -.if !empty(MACHINE_PLATFORM:MNetBSD-*) -. if exists(/usr/sbin/paxctl) -SUBST_CLASSES+= paxctl -SUBST_STAGE.paxctl= pre-configure -SUBST_MESSAGE.paxctl= Setting paxctl command -SUBST_FILES.paxctl+= src/Makefile.in -SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -zex,/usr/sbin/paxctl +a,g' -SUBST_SED.paxctl+= -e 's,test "X$$(PAXCTL)" = X || $$(PAXCTL) -r,/usr/sbin/paxctl +a,g' -. endif -.endif - .endif # EMACS_HACKS_MK |