mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Upgraded to Lfs-Utils-0.4.1 and improved its build comamnds.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d081b3ef19
commit
ed7668a67d
@ -13,7 +13,7 @@
|
||||
<listitem><para>file-4.06</para></listitem>
|
||||
<listitem><para>gcc-3.3.2</para></listitem>
|
||||
<listitem><para>man-pages-1.63</para></listitem>
|
||||
<listitem><para>lfs-utils-0.4</para></listitem>
|
||||
<listitem><para>lfs-utils-0.4.1</para></listitem>
|
||||
<listitem><para>modutils-2.4.26</para></listitem>
|
||||
<listitem><para>perl-5.8.2</para></listitem>
|
||||
<listitem><para>procps-3.1.14</para></listitem>
|
||||
@ -39,6 +39,9 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>November 23rd, 2003 [greg]: Upgraded to Lfs-Utils-0.4.1 and
|
||||
improved its build comamnds.</para></listitem>
|
||||
|
||||
<listitem><para>November 20th, 2003 [greg]: Rolled back the following patches
|
||||
to sed substitutions: GCC Suppress-Libiberty Patch, Grub Gcc33 Patch, Man
|
||||
Manpath Patch and Man Pager Patch. Closes Bug 461.</para></listitem>
|
||||
|
@ -13,6 +13,19 @@ Estimated required disk space: &lfs-utils-compsize;</screen>
|
||||
<sect2>
|
||||
<title>Installation of Lfs-Utils</title>
|
||||
|
||||
<para>Prepare Lfs-Utils for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --with-libc</userinput></screen>
|
||||
|
||||
<para>The meaning of the configure option:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para><userinput>--with-libc</userinput>: This causes the
|
||||
<filename>mktemp</filename> program to use the <emphasis>mkstemp</emphasis>
|
||||
and <emphasis>mkdtemp</emphasis> functions from the system C
|
||||
library.</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
@ -6,12 +6,12 @@
|
||||
<!ENTITY aa-lfs-utils-dep SYSTEM "../appendixa/lfs-utils-dep.xml">
|
||||
<!ENTITY aa-lfs-utils-down SYSTEM "../appendixa/lfs-utils-down.xml">
|
||||
|
||||
<!ENTITY lfs-utils-version "0.4">
|
||||
<!ENTITY lfs-utils-version "0.4.1">
|
||||
<!ENTITY lfs-utils-depversion "">
|
||||
<!ENTITY lfs-utils-contversion "0.4">
|
||||
<!ENTITY lfs-utils-contversion "0.4.1">
|
||||
<!ENTITY lfs-utils-dir "lfs-utils-&lfs-utils-version;">
|
||||
<!ENTITY lfs-utils-package "lfs-utils-&lfs-utils-version;.tar.bz2">
|
||||
<!ENTITY lfs-utils-size "221 KB">
|
||||
<!ENTITY lfs-utils-size "225 KB">
|
||||
|
||||
<!ENTITY lfs-utils-compsize "1.1 MB">
|
||||
<!ENTITY lfs-utils-time "0.1 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user