diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/lfs-utils.xml | 13 |
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> |