diff options
Diffstat (limited to 'resources/grubinvaders/patch/compile.sh.patch')
-rw-r--r-- | resources/grubinvaders/patch/compile.sh.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/grubinvaders/patch/compile.sh.patch b/resources/grubinvaders/patch/compile.sh.patch new file mode 100644 index 0000000..0e7c3b8 --- /dev/null +++ b/resources/grubinvaders/patch/compile.sh.patch @@ -0,0 +1,4 @@ +6c6 +< CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror" +--- +> CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror -fno-stack-protector" |