From 60e34b52810dd47567ca18aa2c86fe4cd7c9fd01 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 3 Jan 2006 16:36:04 +0000 Subject: Clarify mktemp's --with-libc configure parameter git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mktemp.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06/mktemp.xml') diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index ee47463e6..2fd6bfca3 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -46,7 +46,8 @@ to mktemp. Patch Mktemp to include a --with-libc This causes the mktemp program to use the mkstemp and mkdtemp -functions from the system C library. +functions from the system C library instead of its own implementation of them. + -- cgit v1.2.3-54-g00ecf