da29a2e6df
Copy from Base:System/openssl based on submit request 24437 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/24437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=28
13 lines
330 B
Diff
13 lines
330 B
Diff
Index: crypto/perlasm/x86unix.pl
|
|
===================================================================
|
|
--- crypto/perlasm/x86unix.pl.orig
|
|
+++ crypto/perlasm/x86unix.pl
|
|
@@ -557,6 +557,7 @@ sub main'file_end
|
|
push(@out,$const);
|
|
$const="";
|
|
}
|
|
+ push(@out, ".section .note.GNU-stack,\"\",\@progbits");
|
|
}
|
|
|
|
sub main'data_byte
|