Changeset cb7745e2 for chapter08


Ignore:
Timestamp:
11/11/2022 11:30:13 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
0780176
Parents:
381c8a7 (diff), c4fc75e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r381c8a7 rcb7745e2  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
    43     <para>First, fix some issues identified upstream:</para>
    44 
    45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4642
    4743    <para>Prepare Bash for compilation:</para>
  • chapter08/make.xml

    r381c8a7 rcb7745e2  
    4141  <sect2 role="installation">
    4242    <title>Installation of Make</title>
    43 <!--
    44     <para>Again, work around an error caused by glibc-2.27 and later:</para>
    4543
    46 <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen>
    47 -->
     44    <para>First, fix some issues identified upstream:</para>
     45
     46<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
     47    -e '/undef  FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
     48    -i src/main.c</userinput></screen>
     49
    4850    <para>Prepare Make for compilation:</para>
    4951
Note: See TracChangeset for help on using the changeset viewer.