Changeset 0cbb853 for chapter08


Ignore:
Timestamp:
01/06/2023 04:57:22 AM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
83ce6e3
Parents:
688a8f5 (diff), af944eb (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:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/mpc.xml

    r688a8f5 r0cbb853  
    4242  <sect2 role="installation">
    4343    <title>Installation of MPC</title>
    44 
    45     <para>First, make a fix identified upstream:</para>
    46 
    47 <screen><userinput remap="pre">sed -i '273{ h; d; }; 274,286 { H; d; }; 287 G' src/mpc.h</userinput></screen>
    48 
    49     <note>
    50        <para>This sed is a little complex and needs some explanation.  It holds
    51        the line 273 in a buffer, adds lines 274-286 to it. It then writes the
    52        buffer out after line 287 is read. The result is that the line 287 is
    53        moved upwards from an incorrect location to its correct location in an
    54        #ifdef block.</para>
    55     </note>
    5644
    5745    <para>Prepare MPC for compilation:</para>
  • chapter08/systemd.xml

    r688a8f5 r0cbb853  
    4141    <title>Installation of systemd</title>
    4242
    43 <!--
    44     <para>First, fix an issue introduced by glibc-2.36.</para>
     43
     44    <para>First, fix a security issue in systemd-coredump:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&systemd-upstream-patch;</userinput></screen>
    47 -->
     47
    4848
    4949    <para>Remove two unneeded groups,
Note: See TracChangeset for help on using the changeset viewer.