From 869b09668663e06670b710babd7261cd3821356d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 3 Feb 2018 02:56:41 +0000 Subject: Update to glibc-2.27. Update to man-pages-4.15. Update to bash-4.4.18. Update to iproute2-4.15.0. Add an option to binutils to support 64-bit operations on a 32-bit system. Provide better initialization for vim. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/make.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter05') diff --git a/chapter05/make.xml b/chapter05/make.xml index 22b5afb4e..ec2a6e8d4 100644 --- a/chapter05/make.xml +++ b/chapter05/make.xml @@ -42,6 +42,10 @@ Installation of Make + First, work around an error caused by glibc-2.27: + +sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c + Prepare Make for compilation: ./configure --prefix=/tools --without-guile -- cgit v1.2.3-54-g00ecf