aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-11-24 04:35:27 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-11-24 04:35:27 +0000
commited7668a67df434929d0ee6d320632811ac58a10c (patch)
tree9daf447d01c72d543130f8a6ee00dfc10afa0d00 /chapter06
parentd081b3ef19862a0d47188a23651cb32483a6796b (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/lfs-utils.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/lfs-utils.xml b/chapter06/lfs-utils.xml
index 5119b4804..25a40748d 100644
--- a/chapter06/lfs-utils.xml
+++ b/chapter06/lfs-utils.xml
@@ -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>