diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-01 08:41:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-01 08:48:14 +0000 |
commit | cb8fc691289c17163bef935c5bdef160c15f9423 (patch) | |
tree | c124d71d5efbdd7a92e0bcb583ff2519d75ef5db /main/gmp/gmp-4.1.4-noexecstack.patch | |
parent | c6f90506390842a1911e8c72fcc09afc455fc118 (diff) | |
download | aports-cb8fc691289c17163bef935c5bdef160c15f9423.tar.bz2 aports-cb8fc691289c17163bef935c5bdef160c15f9423.tar.xz |
main/gmp: rename from gmp5 and upgrade to 6.0.0a
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, 20 insertions, 0 deletions
diff --git a/main/gmp/gmp-4.1.4-noexecstack.patch b/main/gmp/gmp-4.1.4-noexecstack.patch new file mode 100644 index 0000000000..093bec1a5d --- /dev/null +++ b/main/gmp/gmp-4.1.4-noexecstack.patch @@ -0,0 +1,20 @@ +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. |