From 9292384bac804ba91f4024e8dd2f862e7f691270 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 11 Nov 2022 09:44:13 -0600 Subject: 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. --- chapter06/make.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter06') 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 @@ Installation of Make + First, fix an issue identified upstream: + +sed -e '/ifdef SIGPIPE/,+2 d' \ + -e '/undef FATAL_SIG/i FATAL_SIG (SIGPIPE);' \ + -i src/main.c + Prepare Make for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf