diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 17:08:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 17:08:23 +0000 |
commit | 93bc4a2875fdabce7ca6a338cfb04dc9aa04015f (patch) | |
tree | eba20c2f81d23293de896fcfa28548ed0c8c6b95 /chapter06/util-linux.xml | |
parent | b0b90682a323fb906aa0e0fa9d422d62d39e8db9 (diff) |
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
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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</userinput></screen> <sect2 role="installation"> <title>Installation of Util-linux</title> - <para>Util-linux fails to compile against newer versions of Linux-Libc-Headers. - The following patch properly fixes this issue:</para> + <para>Util-linux fails to compile against newer versions of Linux kernel + headers. The following patches properly fix the problems:</para> -<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> +<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch; +patch -Np1 -i ../&util-linux-lseek-patch;</userinput></screen> <para>Prepare Util-linux for compilation:</para> |