aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-02-18 08:11:26 +0100
committerUlrich Müller <ulm@gentoo.org>2017-02-18 08:11:26 +0100
commit523c006893914c34bb63638d8e146fd5dc18016c (patch)
tree1e41b93392889a7671ad74f9f680453bbab551b5 /emacs/24.4/01_all_pax-xattr.patch
parentFix icons in toolbar with GTK+ 3.20.6, bug 588704. (diff)
downloademacs-patches-523c006893914c34bb63638d8e146fd5dc18016c.tar.gz
emacs-patches-523c006893914c34bb63638d8e146fd5dc18016c.tar.bz2
emacs-patches-523c006893914c34bb63638d8e146fd5dc18016c.zip
Remove 24.4 patchset.
Diffstat (limited to 'emacs/24.4/01_all_pax-xattr.patch')
-rw-r--r--emacs/24.4/01_all_pax-xattr.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/24.4/01_all_pax-xattr.patch b/emacs/24.4/01_all_pax-xattr.patch
deleted file mode 100644
index 7cfce4b..0000000
--- a/emacs/24.4/01_all_pax-xattr.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix temacs startup failure with hardened Linux kernel when both
-CONFIG_PAX_PT_PAX_FLAGS and CONFIG_PAX_XATTR_PAX_FLAGS are enabled.
-https://bugs.gentoo.org/497498
-https://bugs.gentoo.org/526948
-
---- emacs-24.4-orig/src/Makefile.in
-+++ emacs-24.4/src/Makefile.in
-@@ -497,7 +497,7 @@
- test "$(CANNOT_DUMP)" = "yes" || \
- test "X$(PAXCTL)" = X || $(PAXCTL) -r temacs$(EXEEXT)
- test "$(CANNOT_DUMP)" = "yes" || test -z "$(SETFATTR)" || \
-- $(SETFATTR) -n user.pax.flags -v r $@
-+ $(SETFATTR) -n user.pax.flags -v er $@
-
- ## The following oldxmenu-related rules are only (possibly) used if
- ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.