]> code.delx.au - gnu-emacs/commit
Port dumping to NetBSD with PaX
authorPaul Eggert <eggert@penguin.cs.ucla.edu>
Wed, 27 Apr 2016 22:52:53 +0000 (15:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Apr 2016 23:03:50 +0000 (16:03 -0700)
commit734fb3ac6c3e5708ed05b6c5b1d8af92838ee3f5
tree4cde4fb6d3a298f27cd9c673ca0eb62c2168e9ec
parent0255a70c8ae22e259e8938ac3840c7b6687edec8
Port dumping to NetBSD with PaX

Problem reported by Thomas Klausner (Bug#23371).
* configure.ac (PAXCTL_dumped, PAXCTL_notdumped): New vars.
Set them to setfattr and/or paxctl commands appropriate for
GNU/Linux and/or NetBSD; the latter prefers paxctl +a.  Search
for paxctl only if setfattr is not found.
* src/Makefile.in (PAXCTL_dumped, PAXCTL_notdumped):
New vars, replacing PAXCTL_if_present and SETFATTR_if_present.
All uses changed.
configure.ac
src/Makefile.in