mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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
This commit is contained in:
parent
752931b983
commit
307d0a23a3
@ -28,16 +28,15 @@ of the LFS Book.</para>
|
||||
<listitem><para>sysvinit-2.86</para></listitem>
|
||||
<listitem><para>tcl-8.4.9</para></listitem>
|
||||
<listitem><para>udev-049</para></listitem>
|
||||
<listitem><para>util-linux-2.12l</para></listitem>
|
||||
<listitem><para>util-linux-2.12p</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
<listitem><para>Added:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
|
||||
<listitem><para>Removed:</para>
|
||||
<itemizedlist>
|
||||
|
@ -141,6 +141,12 @@ following:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Util-linux Cramfs Patch - 2kb:</term> <listitem>
|
||||
<para><ulink url="&patches-root;util-linux-&util-linux-version;-cramfs-1.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<!--
|
||||
|
@ -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>
|
||||
|
@ -67,7 +67,7 @@
|
||||
<!ENTITY tar-version "1.14">
|
||||
<!ENTITY tcl-version "8.4.9">
|
||||
<!ENTITY texinfo-version "4.7">
|
||||
<!ENTITY util-linux-version "2.12l">
|
||||
<!ENTITY util-linux-version "2.12p">
|
||||
<!ENTITY udev-version "049">
|
||||
<!ENTITY vim-version "6.3">
|
||||
<!ENTITY zlib-version "1.2.2">
|
||||
|
Loading…
Reference in New Issue
Block a user