Changeset 3019de7 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:36 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
ae39e19
Parents:
c35a3ab
git-author:
Thomas Trepl <thomas@…> (11/17/2019 08:38:59 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:36 AM)
Message:

MultiLib: Merge changes from trunk

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/check.xml

    rc35a3ab r3019de7  
    5959    <para>Install the package and fix a script:</para>
    6060
    61     <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install
     61    <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install &amp;&amp;
    6262sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput></screen>
     63<!-- Removes a hardcoded call to /tools/bin/gawk at line 1 of checkmk. -->
    6364
    6465  </sect2>
  • chapter06/gettext.xml

    rc35a3ab r3019de7  
    105105        ngettext, recode-sr-latin, and xgettext</seg>
    106106        <seg>libasprintf.so, libgettextlib.so, libgettextpo.so,
    107         libgettextsrc.so, and preloadable_libintl.so</seg>
     107        libgettextsrc.so, libtextstyle.so, and preloadable_libintl.so</seg>
    108108        <seg>/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;,
    109109        /usr/share/gettext, and /usr/share/gettext-0.19.8</seg>
     
    403403      </varlistentry>
    404404
     405      <varlistentry id="libtextstyle">
     406        <term><filename class="libraryfile">libtextstyle</filename></term>
     407        <listitem>
     408          <para>Text styling library</para>
     409          <indexterm zone="ch-system-gettext libtextstyle">
     410            <primary sortas="c-libtextstyle">libtextstyle</primary>
     411          </indexterm>
     412        </listitem>
     413      </varlistentry>
     414
    405415      <varlistentry id="preloadable_libintl">
    406416        <term><filename class="libraryfile">preloadable_libintl</filename></term>
  • chapter06/systemd.xml

    rc35a3ab r3019de7  
    4444    of systemd-243.</para>
    4545
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-1.patch</userinput></screen>
     46<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
    4747
    4848    <para>Create a symlink to work around missing xsltproc:</para>
Note: See TracChangeset for help on using the changeset viewer.