diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
commit | 9343f37ee7ba1aa98f65272412d331a280890e12 (patch) | |
tree | a4bf1207d01a10e5cf246f1a4755086280f47b70 /extra/gnutls | |
parent | 37a1064b8105764414f279ced442e6ba2f63bea1 (diff) |
Wed Nov 2 13:41:53 UTC 2011
Diffstat (limited to 'extra/gnutls')
-rw-r--r-- | extra/gnutls/addGNU-stack.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/gnutls/addGNU-stack.diff b/extra/gnutls/addGNU-stack.diff deleted file mode 100644 index 8324b5a58..000000000 --- a/extra/gnutls/addGNU-stack.diff +++ /dev/null @@ -1,13 +0,0 @@ -Description: Prevent executable stack -Author: Andreas Metzler <ametzler@debian.org> - ---- gnutls28-3.0.4.orig/lib/accelerated/x86/asm/padlock-common.s -+++ gnutls28-3.0.4/lib/accelerated/x86/asm/padlock-common.s -@@ -38,3 +38,7 @@ is_padlock_nano: - xorl %eax,%eax - ret - .size is_padlock_nano,.-is_padlock_nano -+ -+#if defined(__linux__) && defined(__ELF__) -+.section .note.GNU-stack,"",%progbits -+#endif |