aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-11-11 09:44:13 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-11-11 09:44:13 -0600
commit9292384bac804ba91f4024e8dd2f862e7f691270 (patch)
tree98c96ac10407844335103352965c6ad7004cc5e1 /chapter08
parent5347af84cf3644cc2e75970ef33a58c8724ead12 (diff)
Package updates and a fix.
Fix make-4.4 bug. Update to wheel-0.38.4 (Python Module). Update to texinfo-7.0. Update to sysvinit-3.05. Update to shadow-4.13. Update to sed-4.9. Update to meson-0.64.0. Update to linux-6.0.7. Update to elfutils-0.188. Update to bc-6.1.1.
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/bash.xml4
-rw-r--r--chapter08/make.xml10
2 files changed, 6 insertions, 8 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml
index fa21ab346..4ea981d5b 100644
--- a/chapter08/bash.xml
+++ b/chapter08/bash.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Bash</title>
- <para>First, fix some issues identified upstream:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
-
<para>Prepare Bash for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/chapter08/make.xml b/chapter08/make.xml
index 080ed3989..04abbc695 100644
--- a/chapter08/make.xml
+++ b/chapter08/make.xml
@@ -40,11 +40,13 @@
<sect2 role="installation">
<title>Installation of Make</title>
-<!--
- <para>Again, work around an error caused by glibc-2.27 and later:</para>
-<screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
--->
+ <para>First, fix some issues identified upstream:</para>
+
+<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
+ -e '/undef FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
+ -i src/main.c</userinput></screen>
+
<para>Prepare Make for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>