kumquat-buildroot/boot/grub2
Erico Nunes f9064cb3b1 grub2: force -fno-stack-protector in CFLAGS
grub2 fails to configure when BR2_SSP_ALL is enabled, with the following
configure error:

  checking whether -fno-asynchronous-unwind-tables works... yes
  checking whether -fno-unwind-tables works... yes
  checking for target linking format... unknown
  configure: error: no suitable link format found

This can be worked around by enforcing -fno-stack-protector in the
package CFLAGS in a way that overrides the SSP flag, as is already done
for the valgrind package.

Fixes bug #10261.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Reported-by: Dr I J Ormshaw <ian_ormshaw@waters.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 2a27294e9a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-09-06 13:28:57 +02:00
..
0001-remove-gets.patch grub2: rename patch with the proper naming convention 2016-07-25 21:58:29 +02:00
0002-grub-core-gettext-gettext.c-main_context-secondary_c.patch grub2: add patch to fix build with recent gcc versions 2016-07-25 22:07:05 +02:00
Config.in boot/grub2: enable squashfs support by default 2016-03-29 03:02:05 +02:00
grub2.hash
grub2.mk grub2: force -fno-stack-protector in CFLAGS 2017-09-06 13:28:57 +02:00
grub.cfg boot/grub2: add rootwait to default config 2016-03-10 22:21:35 +01:00