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 | |
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')
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 7 |
2 files changed, 5 insertions, 4 deletions
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 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chroot.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingdirs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="createfiles.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-libc-headers.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-headers.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="man-pages.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml"/> 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> |