Changeset 1b1acbed for chapter05


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
  • chapter05/glibc.xml

    rf5c3bf6 r1b1acbed  
    8282      --with-headers=$LFS/usr/include    \
    8383      libc_cv_slibdir=/usr/lib           \
    84       libc_cv_rtlddir=/lib</userinput></screen>
     84      libc_cv_rtlddir=/usr/lib</userinput></screen>
    8585
    8686    <variablelist>
     
    124124
    125125      <varlistentry>
    126         <term><parameter>libc_cv_rtlddir=/lib</parameter></term>
     126        <term><parameter>libc_cv_rtlddir=/usr/lib</parameter></term>
    127127        <listitem>
    128128          <para>Fix hardcoded path to the executable loader in the
     
    194194
    195195    </variablelist>
    196 <!--
     196
    197197    <para>Fix hardcoded path to the executable loader in
    198198    <command>ldd</command> script:</para>
    199199
    200200<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i $LFS/usr/bin/ldd</userinput></screen>
    201 -->
     201
    202202    <caution>
    203203      <para>At this point, it is imperative to stop and ensure that the basic
Note: See TracChangeset for help on using the changeset viewer.