From 0cba668c112df85c88978dac3e56eb4912d0e0ae Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 28 Jul 2009 20:03:53 +0000 Subject: Upgrade to Gawk-3.1.7. Fixes #2457. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gawk.xml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'chapter05/gawk.xml') diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 6e1a6b4e8..969fa2628 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -45,22 +45,9 @@ Prepare Gawk for compilation: -./configure --prefix=/tools ac_cv_func_working_mktime=yes - - - The meaning of the configure option: - - - ac_cv_func_working_mktime=yes - - This parameter bypasses the search for mktime in - configure and uses the version in Glibc. This is - necessary due to a change in GCC that has not been incorporated into - this package yet. - - - - +./configure --prefix=/tools + + Compile the package: make -- cgit v1.2.3-54-g00ecf