Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (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 pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r0e9fb93 rdf462a9  
    5656    -i nss/nss_database.c</userinput></screen>
    5757
     58    <para>Fix a build issue with gcc-11.1:</para>
     59
     60<screen><userinput remap="pre">sed 's/amx_/amx-/' -i sysdeps/x86/tst-cpu-features-supports.c</userinput></screen>
     61
    5862    <para>The Glibc documentation recommends building Glibc
    5963    in a dedicated build directory:</para>
     
    6973             --enable-stack-protector=strong          \
    7074             --with-headers=/usr/include              \
    71              libc_cv_slibdir=/lib</userinput></screen>
     75             libc_cv_slibdir=/usr/lib</userinput></screen>
    7276<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=/usr                            \
    7377             --disable-werror                         \
     
    7680             --with-headers=/usr/include              \
    7781             --enable-multi-arch                      \
    78              libc_cv_slibdir=/lib</userinput></screen>
     82             libc_cv_slibdir=/usr/lib</userinput></screen>
    7983
    8084    <variablelist>
     
    117121
    118122      <varlistentry>
    119         <term><parameter>libc_cv_slibdir=/lib</parameter></term>
     123        <term><parameter>libc_cv_slibdir=/usr/lib</parameter></term>
    120124        <listitem>
    121125          <para>This variable sets the correct library for all
     
    229233
    230234    <screen revision="systemd"><userinput remap="install">install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
    231 install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
     235install -v -Dm644 ../nscd/nscd.service /usr/lib/systemd/system/nscd.service</userinput></screen>
    232236
    233237    <para>Next, install the locales that can make the system respond in a
     
    500504      --libdir=&usr-lib-m32;                \
    501505      --libexecdir=&usr-lib-m32;            \
    502       libc_cv_slibdir=&lib-m32;</userinput></screen>
     506      libc_cv_slibdir=&usr-lib-m32;</userinput></screen>
    503507
    504508    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.