From 55955149674702f45bf4041e9df1f57895696e9c Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 20 Feb 2021 21:02:59 +0000 Subject: fix grub to prevent generation of a huge binary blob for lzma compression git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter08') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 51726e87f..d78a4458a 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,6 +40,11 @@ Installation of GRUB + First, fix an issue introduced by binutils-2.36: + +sed "s/gold-version/& -R .note.gnu.property/" \ + -i Makefile.in grub-core/Makefile.in + Prepare GRUB for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf