diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:33:46 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:33:46 +0000 |
commit | c057b2428c49b301e1c621d1397b8456a263baa5 (patch) | |
tree | 5b35885b8fe67ebc3fe439f398684189e25d5e1a /chapter06/gawk.xml | |
parent | c1ccf1d3fae333f7304d6238c7a0ac3a0ac88aa6 (diff) |
Upgrade to Gawk-3.1.6. Fixes #2098.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gawk.xml')
-rw-r--r-- | chapter06/gawk.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index 898f66a29..6eb6d5067 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -40,12 +40,6 @@ <sect2 role="installation"> <title>Installation of Gawk</title> - <para>Under some circumstances, Gawk-&gawk-version; attempts to free a - chunk of memory that was not allocated. This bug is fixed by the following - patch:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen> - <para>Prepare Gawk for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen> |