diff options
Diffstat (limited to 'chapter06/make.xml')
-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 \ |