aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gawk.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-14 21:58:07 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-09-14 21:58:07 -0500
commitb17680d8ea3c91a0107a52a182ab5465749c0f5b (patch)
tree08132ac66481b6e679523d0173fd832411f40094 /chapter08/gawk.xml
parente4c659759388c22d82a85b1ca84d3332b94b7fbd (diff)
Package updates and corrections.
Update to file-5.43. Update to linux-5.19.8. Update to gawk-5.2.0. Update to meson-0.63.2. Update to ninja-1.11.1. Update to bc-6.0.2. Fix the location of udev rules in eudev. Remove a warning for egrep and fgrep that Delete an empty binutils man page.
Diffstat (limited to 'chapter08/gawk.xml')
-rw-r--r--chapter08/gawk.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml
index 4c8ecc265..244d7004f 100644
--- a/chapter08/gawk.xml
+++ b/chapter08/gawk.xml
@@ -44,6 +44,10 @@
<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
+ <para>Now fix a programming error identified upstream:</para>
+
+<screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen>
+
<para>Prepare Gawk for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>