diff options
author | 2006-04-10 03:43:44 +0000 | |
---|---|---|
committer | 2006-04-10 03:43:44 +0000 | |
commit | ab892f2430250f85c5875f9451e2de91a295302d (patch) | |
tree | 914a29897e568c6fcd26221a7b417c014c375556 /dev-libs/gmp | |
parent | arch love (diff) | |
download | historical-ab892f2430250f85c5875f9451e2de91a295302d.tar.gz historical-ab892f2430250f85c5875f9451e2de91a295302d.tar.bz2 historical-ab892f2430250f85c5875f9451e2de91a295302d.zip |
touchup patch to fix build errors with newer gmp versions
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch b/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch index 3aac40d7604b..8adc25d8b3e2 100644 --- a/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch +++ b/dev-libs/gmp/files/gmp-4.1.4-noexecstack.patch @@ -12,7 +12,8 @@ fixed executable stack as per bug #115038 thanks to Petteri Räty # FIXME: Upcoming version of autoconf/automake may not like broken lines. --- gmp-4.1.4/nostackexec +++ gmp-4.1.4/nostackexec -@@ -0,0 +1,3 @@ +@@ -0,0 +1,4 @@ +#ifdef __ELF__ +.section .note.GNU-stack,"",%progbits ++.previous +#endif |