From 89c1c43dc35b79f84369a62a9556c7b405962dac Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 4 May 2017 04:22:11 +0000 Subject: Update to gcc-7.1.0. Update to iproute2-4.11.0. Fix some faulty gnulib code in diffutils. Disable a failing test in vim. Document a failing test in binutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/diffutils.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter05/diffutils.xml') diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index 62ba35874..12e200027 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -43,6 +43,10 @@ Installation of Diffutils + First, fix some errors in the included gnulib code: + +sed -i '233,237 s/max)/max) \\/' lib/intprops.h + Prepare Diffutils for compilation: ./configure --prefix=/tools -- cgit v1.2.3-54-g00ecf