mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Clarify mktemp's --with-libc configure parameter
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3c55f731d6
commit
60e34b5281
@ -114,6 +114,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>January 3, 2006 [matt]: Clarify the description of mktemp's
|
||||
--with-libc configure parameter (fixes bug 1667).</para></listitem>
|
||||
|
||||
<listitem><para>January 3, 2006 [matt]: Upgrade to libtool 1.5.22.</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -46,7 +46,8 @@ to <command>mktemp</command>. Patch Mktemp to include a
|
||||
<term><parameter>--with-libc</parameter></term>
|
||||
<listitem><para>This causes the <command>mktemp</command> program to
|
||||
use the <emphasis>mkstemp</emphasis> and <emphasis>mkdtemp</emphasis>
|
||||
functions from the system C library.</para></listitem>
|
||||
functions from the system C library instead of its own implementation of them.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user