Ignore:
Timestamp:
05/14/2021 10:54:44 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2606939, 7f25c84
Parents:
f5c3bf6
Message:

Use /usr/lib for libc_cv_rtlddir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rf5c3bf6 r1b1acbed  
    7474             --with-headers=/usr/include              \
    7575             libc_cv_slibdir=/usr/lib                 \
    76              libc_cv_rtlddir=/lib</userinput></screen>
     76             libc_cv_rtlddir=/usr/lib</userinput></screen>
    7777
    7878    <variablelist>
     
    123123
    124124      <varlistentry>
    125         <term><parameter>libc_cv_rtlddir=/lib</parameter></term>
     125        <term><parameter>libc_cv_rtlddir=/usr/lib</parameter></term>
    126126        <listitem>
    127127          <para>Fix hardcoded path to the executable loader in the
     
    224224
    225225<screen><userinput remap="install">make install</userinput></screen>
    226 <!--
     226
    227227    <para>Fix hardcoded path to the executable loader in
    228228    <command>ldd</command> script:</para>
    229229
    230230<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen>
    231 -->
     231
    232232    <para>Install the configuration file and runtime directory for
    233233    <command>nscd</command>:</para>
Note: See TracChangeset for help on using the changeset viewer.