Changeset 7bf2e85


Ignore:
Timestamp:
05/13/2021 03:28:16 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
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:
8725cae
Parents:
5d0219fd
git-author:
Xi Ruoyao <xry111@…> (05/13/2021 03:26:54 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/13/2021 03:28:16 PM)
Message:

glibc: fix ldd script

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r5d0219fd r7bf2e85  
    186186    </variablelist>
    187187
     188    <para>Fix hardcoded path to the executable loader in
     189    <command>ldd</command> script:</para>
     190
     191<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i $LFS/usr/bin/ldd</userinput></screen>
     192
    188193    <caution>
    189194      <para>At this point, it is imperative to stop and ensure that the basic
  • chapter08/glibc.xml

    r5d0219fd r7bf2e85  
    215215
    216216<screen><userinput remap="install">make install</userinput></screen>
     217
     218    <para>Fix hardcoded path to the executable loader in
     219    <command>ldd</command> script:</para>
     220
     221<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen>
    217222
    218223    <para>Install the configuration file and runtime directory for
Note: See TracChangeset for help on using the changeset viewer.