openwrt/package/boot/grub2
Kevin Darbyshire-Bryant fcd1401700 grub2: fix build when ASLR enabled
Disable ASLR and filter '-fno-plt' from CFLAGS: solves building when
ASLR enabled by basically disabling ASLR.

Solves errors similar to:
relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
or
module missing GLOBAL_OFFSET_TABLE

Suggested-by: 李国 <uxgood.org@gmail.com>
Acked-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-02 13:42:26 +01:00
..
files x86/grub2: move grub2 image creation to package 2020-03-21 10:36:00 +00:00
patches grub2: fix a build regression on non-linux systems 2019-10-02 13:16:21 +02:00
Makefile grub2: fix build when ASLR enabled 2020-04-02 13:42:26 +01:00