aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gawk.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-10-29 21:33:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-10-29 21:33:46 +0000
commitc057b2428c49b301e1c621d1397b8456a263baa5 (patch)
tree5b35885b8fe67ebc3fe439f398684189e25d5e1a /chapter06/gawk.xml
parentc1ccf1d3fae333f7304d6238c7a0ac3a0ac88aa6 (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.xml6
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>