Ignore:
Timestamp:
02/20/2021 06:34:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f83b2fd
Parents:
4bda698
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r4bda698 refa633e  
    5050
    5151<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     52
     53    <para>Fix a bug that causes issues with chrooted applications:</para>
     54
     55    <screen><userinput remap="pre">sed -e '402a\      *result = local->data.services[database_index];' \
     56    -i nss/nss_database.c</userinput></screen>
    5257
    5358    <para>The Glibc documentation recommends building Glibc
     
    116121          <para>This variable sets the correct library for all
    117122          systems.  We do not want lib64 to be used.</para>
     123        </listitem>
     124      </varlistentry>
     125
     126      <varlistentry>
     127        <term><option>libc_cv_include_x86_isa_level=no</option></term>
     128        <listitem>
     129          <para>This disables <quote>x86 ISA needed</quote> property in
     130          Glibc libraries.  Use it <emphasis role="bold">if</emphasis>
     131          you are building Glibc with <option>-march</option> option in
     132          <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33
     133          breaking it.</para>
    118134        </listitem>
    119135      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.