File non-exec-stack.diff of Package compat-openssl098.16428
Index: openssl-0.9.8h/crypto/perlasm/x86unix.pl =================================================================== --- openssl-0.9.8h.orig/crypto/perlasm/x86unix.pl +++ openssl-0.9.8h/crypto/perlasm/x86unix.pl @@ -556,6 +556,7 @@ sub main'file_end push(@out,".section .rodata\n"); push(@out,$const); $const=""; + push(@out, ".section .note.GNU-stack,\"\",\@progbits"); } }