diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-11-11 09:44:13 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-11-11 09:44:13 -0600 |
commit | 9292384bac804ba91f4024e8dd2f862e7f691270 (patch) | |
tree | 98c96ac10407844335103352965c6ad7004cc5e1 /chapter06 | |
parent | 5347af84cf3644cc2e75970ef33a58c8724ead12 (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 'chapter06')
-rw-r--r-- | chapter06/make.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index cf0dbce18..242aaebe1 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -42,6 +42,12 @@ <sect2 role="installation"> <title>Installation of Make</title> + <para>First, fix an issue 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 \ |