diff options
Diffstat (limited to 'sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch')
-rw-r--r-- | sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch b/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch new file mode 100644 index 000000000000..f156422f8f62 --- /dev/null +++ b/sys-auth/rtkit/files/rtkit-0.12_noexecstack.patch @@ -0,0 +1,10 @@ +--- a/xml-introspection.S ++++ b/xml-introspection.S +@@ -1,3 +1,7 @@ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif ++ + .section .rodata + .global introspect_xml + .type introspect_xml, @object |