diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-19 13:32:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-19 13:32:07 +0000 |
commit | c6eeea4b4e742ac3213ab4a601a3957894782646 (patch) | |
tree | c9879b0cdc18336236a4790bed4d329abd5581cf /main/gmp5/gmp-4.1.4-noexecstack.patch | |
parent | d4f5a6a6f4f1ad6f0e0f63c7b4e8379564f5095a (diff) | |
download | aports-c6eeea4b4e742ac3213ab4a601a3957894782646.tar.bz2 aports-c6eeea4b4e742ac3213ab4a601a3957894782646.tar.xz |
main/gmp5: upgrade gmp to 5.0.1
Diffstat (limited to 'main/gmp5/gmp-4.1.4-noexecstack.patch')
-rw-r--r-- | main/gmp5/gmp-4.1.4-noexecstack.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/gmp5/gmp-4.1.4-noexecstack.patch b/main/gmp5/gmp-4.1.4-noexecstack.patch new file mode 100644 index 0000000000..093bec1a5d --- /dev/null +++ b/main/gmp5/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. |