From 93bc4a2875fdabce7ca6a338cfb04dc9aa04015f Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 4 Oct 2006 17:08:23 +0000 Subject: Replace the Linux-Libc-Headers package with the 'headers_install' target from the kernel Makefile git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7816 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/util-linux.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 6238aec11..8d759a775 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -17,7 +17,7 @@ - + diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 900c89e40..d951564d5 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -52,10 +52,11 @@ mkdir -p /var/lib/hwclock Installation of Util-linux - Util-linux fails to compile against newer versions of Linux-Libc-Headers. - The following patch properly fixes this issue: + Util-linux fails to compile against newer versions of Linux kernel + headers. The following patches properly fix the problems: -patch -Np1 -i ../&util-linux-cramfs-patch; +patch -Np1 -i ../&util-linux-cramfs-patch; +patch -Np1 -i ../&util-linux-lseek-patch; Prepare Util-linux for compilation: -- cgit v1.2.3-54-g00ecf