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 --- chapter01/changelog.xml | 10 ++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter05/gawk.xml | 19 +++---------------- chapter06/gawk.xml | 3 +-- general.ent | 4 ++-- packages.ent | 6 +++--- 6 files changed, 21 insertions(+), 25 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 300e2eea1..47326f92f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> + + 2009-07-28 + + + [matthew] - Upgrade to Gawk-3.1.7. Fixes + #2457. + + + + 2009-07-23 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 65c13a802..b86a2cddd 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -68,9 +68,9 @@ - + GCC &gcc-version; 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 diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index f8d63fca2..04ee8ae5b 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -42,8 +42,7 @@ Prepare Gawk for compilation: -./configure --prefix=/usr --libexecdir=/usr/lib \ - ac_cv_func_working_mktime=yes +./configure --prefix=/usr --libexecdir=/usr/lib Compile the package: diff --git a/general.ent b/general.ent index fd56281ef..f2dabbf55 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + diff --git a/packages.ent b/packages.ent index dceae7f57..2fb789a43 100644 --- a/packages.ent +++ b/packages.ent @@ -147,10 +147,10 @@ - - + + - + -- cgit v1.2.3-54-g00ecf