Hi, 

the appended patch makes libcrypto.so compile without executable stack 
requirements. it should be portable accross all versions of binutils (and 
doesn't affect any non-linux platform anyway). 

Diffed against 0.9.8a. 


Dirk
--- crypto/perlasm/x86unix.pl
+++ crypto/perlasm/x86unix.pl
@@ -586,6 +586,7 @@
 		push(@out,$const);
 		$const="";
 		}
+	push(@out, ".section 	.note.GNU-stack,\"\",[EMAIL PROTECTED]");
 	}
 
 sub main'data_word

Reply via email to