diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:27:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-28 23:27:25 +0100 |
commit | 238b6bccbab3b844079fa109d5cee096b81756d3 (patch) | |
tree | 136316a172b542efbaa096fa0bf9ed5e28690b44 /main/gmp/gmp-4.1.4-noexecstack.patch | |
parent | 4b37d4e75716b602a0c0591f105ed1d7fe36d570 (diff) | |
download | aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.bz2 aports-238b6bccbab3b844079fa109d5cee096b81756d3.tar.xz |
Remove stale patches
Those are patches that are no longer applied by their packages
Diffstat (limited to 'main/gmp/gmp-4.1.4-noexecstack.patch')
-rw-r--r-- | main/gmp/gmp-4.1.4-noexecstack.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/main/gmp/gmp-4.1.4-noexecstack.patch b/main/gmp/gmp-4.1.4-noexecstack.patch deleted file mode 100644 index 093bec1a5d..0000000000 --- a/main/gmp/gmp-4.1.4-noexecstack.patch +++ /dev/null @@ -1,20 +0,0 @@ -fixed executable stack - -http://bugs.gentoo.org/115038 - ---- gmp-4.1.4/configure -+++ gmp-4.1.4/configure -@@ -21689,6 +21689,13 @@ - fi - echo "')" >> $gmp_configm4 - echo "define(\`__CONFIG_M4_INCLUDED__')" >> $gmp_configm4 -+# Gentoo hack -+case $host_os in -+ *linux*) -+ echo '.section .note.GNU-stack,"",%progbits' >> $gmp_configm4 -+ echo '.previous' >> $gmp_configm4 -+ ;; -+esac - - # Create Makefiles - # FIXME: Upcoming version of autoconf/automake may not like broken lines. |