Ignore:
Timestamp:
05/27/2020 07:51:55 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
777c890
Parents:
e65cc63
Message:

MultiLib: Merge changes up to 11858

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/createfiles.xml

    re65cc63 r160e72c  
    5656do
    5757    ln -svf /tools/include/$incdir    /usr/include
    58 done</userinput></screen>
     58done
     59
     60mkdir -pv /tools/lib/locale
     61ln -sv /usr/lib/locale/locale-archive /tools/lib/locale</userinput></screen>
    5962
    6063  <para arch="ml_32,ml_all">32-bit builds also require these links:</para>
     
    220223        wrong references to /tools. The uuid library is also needed for
    221224        building a python module.</para>
     225      </listitem>
     226    </varlistentry>
     227
     228    <varlistentry>
     229      <term>
     230        <parameter>
     231          <filename>/tools/lib/locale/locale-archive</filename>
     232        </parameter>
     233      </term>
     234      <listitem>
     235        <para>Some programs built in chapter 5 look for installed
     236        locale descriptions in this file. The locale descriptions will be
     237        installed in <filename>/usr/lib/locale/locale-archive</filename>
     238        after building the final glibc. The symlink allows those programs
     239        to use the installed locales.</para>
    222240      </listitem>
    223241    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.