Changeset 4937664 for chapter08


Ignore:
Timestamp:
08/05/2024 10:30:11 PM (6 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
aa61690d
Parents:
89ef06f (diff), dd151db (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

    r89ef06f r4937664  
    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-upstream-fixes-patch;</userinput></screen>
    4642
    4743    <para>Prepare Bash for compilation:</para>
  • chapter08/readline.xml

    r89ef06f r4937664  
    5757<screen><userinput>sed -i 's/-Wl,-rpath,[^ ]*//' support/shobj-conf</userinput></screen>
    5858
    59     <para>Now fix a problem identified upstream:</para>
    60 
    61 <screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    62 
    6359    <para>Prepare Readline for compilation:</para>
    6460
Note: See TracChangeset for help on using the changeset viewer.