Changeset 7bf2e85
- Timestamp:
- 05/13/2021 03:28:16 PM (21 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack
- 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)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r5d0219fd r7bf2e85 186 186 </variablelist> 187 187 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 188 193 <caution> 189 194 <para>At this point, it is imperative to stop and ensure that the basic -
chapter08/glibc.xml
r5d0219fd r7bf2e85 215 215 216 216 <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> 217 222 218 223 <para>Install the configuration file and runtime directory for
Note:
See TracChangeset
for help on using the changeset viewer.