From 1ef69edf802adca2147fc5a12613ebde11900999 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 8 Dec 2007 23:42:31 +0000 Subject: Updated to Gawk-3.1.6. Fixes #2107. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 12 ++++++++++++ chapter05/gawk.xml | 10 ---------- chapter06/gawk.xml | 10 ---------- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b93155d3e..f9342410c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,18 @@ 2007-12-08 + + [matthew] - Removed the modifications to Gawk's config.h as + Gawk-3.1.6 fixes the bug that they were working around. Fixes + #2107. Thanks to Erik-Jan + for the report. + + + [matthew] - Removed the modifications to Gawk's config.h as + Gawk-3.1.6 fixes the bug that they were working around. Fixes + #2107. Thanks to Erik-Jan + for the report. + [matthew] - Upgraded to E2fsprogs-1.40.3. Fixes #2116. diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 9a2ac64a3..bdb99149a 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -47,16 +47,6 @@ ./configure --prefix=/tools - Due to a bug in the configure script, Gawk fails - to detect certain aspects of locale support in Glibc. This bug leads to, - e.g., Gettext testsuite failures. Work around this issue by appending the - missing macro definitions to config.h: - -cat >> config.h << "EOF" -#define HAVE_LANGINFO_CODESET 1 -#define HAVE_LC_MESSAGES 1 -EOF - Compile the package: make diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 6eb6d5067..3c5c4b28e 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -44,16 +44,6 @@ ./configure --prefix=/usr --libexecdir=/usr/lib - Due to a bug in the configure script, Gawk fails - to detect certain aspects of locale support in Glibc. This bug leads to, - e.g., Gettext testsuite failures. Work around this issue by appending the - missing macro definitions to config.h: - -cat >> config.h << "EOF" -#define HAVE_LANGINFO_CODESET 1 -#define HAVE_LC_MESSAGES 1 -EOF - Compile the package: make -- cgit v1.2.3-54-g00ecf