mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
glibc: fix ldd script
This commit is contained in:
parent
5d0219fdad
commit
7bf2e85ea6
@ -185,6 +185,11 @@ cd build</userinput></screen>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>Fix hardcoded path to the executable loader in
|
||||
<command>ldd</command> script:</para>
|
||||
|
||||
<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i $LFS/usr/bin/ldd</userinput></screen>
|
||||
|
||||
<caution>
|
||||
<para>At this point, it is imperative to stop and ensure that the basic
|
||||
functions (compiling and linking) of the new toolchain are working as
|
||||
|
@ -215,6 +215,11 @@ esac</userinput></screen>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>Fix hardcoded path to the executable loader in
|
||||
<command>ldd</command> script:</para>
|
||||
|
||||
<screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen>
|
||||
|
||||
<para>Install the configuration file and runtime directory for
|
||||
<command>nscd</command>:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user