all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#23371: emacs: paxctl usage on NetBSD
@ 2016-04-25 12:09 Thomas Klausner
  2016-04-26  0:09 ` Paul Eggert
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Klausner @ 2016-04-25 12:09 UTC (permalink / raw)
  To: 23371

Package: emacs
Version: 25.1.50

emacs is using paxctl during the build, in two ways:
"paxctl -zex file" and "paxctl -r file"

However, the NetBSD version of paxctl has a different usage, e.g.
"paxctl +a file" would turn off ASLR. For more details, see
http://netbsd.gw.com/cgi-bin/man-cgi?paxctl++NetBSD-current

When I replace 'paxctl -zex' with 'paxctl +a' in src/Makefile.in, the
build succeeds.
 Thomas





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-27 23:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 12:09 bug#23371: emacs: paxctl usage on NetBSD Thomas Klausner
2016-04-26  0:09 ` Paul Eggert
2016-04-27 15:54   ` Thomas Klausner
2016-04-27 19:38     ` Paul Eggert
2016-04-27 22:50       ` Thomas Klausner
2016-04-27 23:08         ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.