From 81da295eebcfd94dcbd16531ceaecbf1cbad1804 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 4 Jan 2014 16:55:29 -0800 Subject: Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). Problem and proposed patch reported by Ulrich Mueller; this patch uses a somewhat-different approach. * configure.ac (SETFATTR): New variable. * src/Makefile.in (SETFATTR): New macro. (temacs$(EXEEXT)): Use it. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2c4c7921147..42f79d2ae46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-01-05 Paul Eggert + + Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). + * Makefile.in (SETFATTR): New macro. + (temacs$(EXEEXT)): Use it. + 2014-01-04 Martin Rudalics Fix maximization behavior on Windows (Bug#16300). -- cgit v1.2.1