aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-12-26 01:04:56 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-12-26 01:04:56 +0000
commit307d0a23a321bb7ee2879a43c1f012924ef8239e (patch)
tree6a8f6b724466475b81da0a66cd51a765daf94dee /chapter06/util-linux.xml
parent752931b983dfb81058099d033a2c256eda17a96e (diff)
Upgraded unstable to util-linux-2.12p - added Alexander's patch as adapted from the debian cramfs utilities package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index ab65e24e7..3e1ca3082 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -32,6 +32,11 @@ mkdir -p /var/lib/hwclock</userinput></screen>
<sect2 role="installation">
<title>Installation of Util-linux</title>
+<para>Util-linux has a compilation error against newer versions of the
+linux-libc-headers. The following patch properly fixes that issue</para>
+
+<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
+
<para>Prepare Util-linux for compilation:</para>
<screen><userinput>./configure</userinput></screen>