Blame SOURCES/supermin-4.1.4-fix-exec-stack.patch

cd9a76
--- supermin-4.1.4/helper/bin2s.pl.old	2016-01-13 11:28:11.673688319 -0500
cd9a76
+++ supermin-4.1.4/helper/bin2s.pl	2016-01-13 11:28:22.319412685 -0500
cd9a76
@@ -18,6 +18,10 @@
cd9a76
 print $ofh <<"EOF";
cd9a76
 /* This file has been automatically generated from $infile by $0 */
cd9a76
 
cd9a76
+/* Mark stack as non-executable for GNU tools. */
cd9a76
+\t.section .note.GNU-stack,"",%progbits
cd9a76
+\t.previous
cd9a76
+
cd9a76
 \t.globl\t_binary_${infile}_start
cd9a76
 \t.globl\t_binary_${infile}_end
cd9a76
 \t.globl\t_binary_${infile}_size