Changeset 402226e for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
edd83dc
Parents:
38de42d
git-author:
Thomas Trepl <thomas@…> (12/31/2020 06:09:34 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gdbm.xml

    r38de42d r402226e  
    4444  <sect2 role="installation">
    4545    <title>Installation of GDBM</title>
    46 
     46<!--
    4747    <para>First, fix an issue first identified by gcc-10:</para>
    4848
    4949<screen><userinput remap="pre">sed -r -i '/^char.*parseopt_program_(doc|args)/d' src/parseopt.c</userinput></screen>
    50 
     50-->
    5151    <para>Prepare GDBM for compilation:</para>
    5252
  • chapter08/kbd.xml

    r38de42d r402226e  
    8888
    8989<screen><userinput remap="install">make install</userinput></screen>
    90 
    91     <para>Remove an internal library installed unintentionally:</para>
    92 
    93 <screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen>
    9490
    9591    <note>
Note: See TracChangeset for help on using the changeset viewer.