Changeset c47b168 for chapter08


Ignore:
Timestamp:
03/05/2022 08:37:30 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
6ad2793
Parents:
727617d (diff), cb39502 (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 branch 'trunk' into xry111/clfs-ng

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r727617d rc47b168  
    173173
    174174<screen><userinput remap="install">chown -v -R root:root \
    175     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     175    /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include{,-fixed}</userinput></screen>
    176176
    177177    <para>Create a symlink required by the <ulink
  • chapter08/zstd.xml

    r727617d rc47b168  
    4242  <sect2 role="installation">
    4343    <title>Installation of Zstd</title>
     44
     45    <para>Apply a patch to fix some issues identified by upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
    4448
    4549    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.