gmp: gmp-4.1.4-noexecstack.patch
File gmp-4.1.4-noexecstack.patch, 528 bytes (added by , 16 years ago) |
---|
-
gmp-4.1.4/configure
fixed executable stack as per bug #115038 thanks to Petteri Räty
21689 21689 fi 21690 21690 echo "')" >> $gmp_configm4 21691 21691 echo "define(\`__CONFIG_M4_INCLUDED__')" >> $gmp_configm4 21692 cat nostackexec>>$gmp_configm4 21692 21693 21693 21694 # Create Makefiles 21694 21695 # FIXME: Upcoming version of autoconf/automake may not like broken lines. -
gmp-4.1.4/nostackexec
1 #if defined(__linux__) && defined(__ELF__) 2 .section .note.GNU-stack,"",%progbits 3 .previous 4 #endif