summarylogtreecommitdiffstats
path: root/wit-no-exec-stack.patch
blob: 1bd3d32093cc6f2ba06f3d894a67e2c1d76c6ca5 (plain)
1
2
3
4
5
6
7
8
9
10
--- wit-2.30a/project/src/crypto/ssl-asm.S
+++ wit-2.30a/project/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