You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/wit/files/wit-3.02a-no-exec-stack.patch

10 lines
232 B

--- wit-2.30a/src/crypto/ssl-asm.S
+++ wit-2.30a/src/crypto/ssl-asm.S
@@ -37,3 +37,6 @@
#define WIT_INCLUDE_SSL_ASM
#include "ssl-asm.h"
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif