summaryrefslogtreecommitdiff
path: root/games-util/wit/files/wit-3.05a-no-exec-stack.patch
blob: db91b45cfcb1b6e520c5d21500986c8bc0643832 (plain)
1
2
3
4
5
6
7
8
9
--- 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