Changeset f5c3bf6
- Timestamp:
- 05/13/2021 04:30:55 PM (23 months ago)
- 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, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack
- Children:
- 1b1acbed
- Parents:
- 8725cae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r8725cae rf5c3bf6 81 81 --enable-kernel=&min-kernel; \ 82 82 --with-headers=$LFS/usr/include \ 83 libc_cv_slibdir=/usr/lib</userinput></screen> 83 libc_cv_slibdir=/usr/lib \ 84 libc_cv_rtlddir=/lib</userinput></screen> 84 85 85 86 <variablelist> … … 119 120 <para>This ensures that the library is installed in /usr/lib instead 120 121 of the default /lib64 on 64 bit machines.</para> 122 </listitem> 123 </varlistentry> 124 125 <varlistentry> 126 <term><parameter>libc_cv_rtlddir=/lib</parameter></term> 127 <listitem> 128 <para>Fix hardcoded path to the executable loader in the 129 <command>ldd</command> script.</para> 121 130 </listitem> 122 131 </varlistentry> … … 185 194 186 195 </variablelist> 187 196 <!-- 188 197 <para>Fix hardcoded path to the executable loader in 189 198 <command>ldd</command> script:</para> 190 199 191 200 <screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i $LFS/usr/bin/ldd</userinput></screen> 192 201 --> 193 202 <caution> 194 203 <para>At this point, it is imperative to stop and ensure that the basic -
chapter08/glibc.xml
r8725cae rf5c3bf6 73 73 --enable-stack-protector=strong \ 74 74 --with-headers=/usr/include \ 75 libc_cv_slibdir=/usr/lib</userinput></screen> 75 libc_cv_slibdir=/usr/lib \ 76 libc_cv_rtlddir=/lib</userinput></screen> 76 77 77 78 <variablelist> … … 118 119 <para>This variable sets the correct library for all 119 120 systems. We do not want lib64 to be used.</para> 121 </listitem> 122 </varlistentry> 123 124 <varlistentry> 125 <term><parameter>libc_cv_rtlddir=/lib</parameter></term> 126 <listitem> 127 <para>Fix hardcoded path to the executable loader in the 128 <command>ldd</command> script.</para> 120 129 </listitem> 121 130 </varlistentry> … … 215 224 216 225 <screen><userinput remap="install">make install</userinput></screen> 217 226 <!-- 218 227 <para>Fix hardcoded path to the executable loader in 219 228 <command>ldd</command> script:</para> 220 229 221 230 <screen><userinput remap="install">sed '/RTLDLIST=/s@/usr@@g' -i /usr/bin/ldd</userinput></screen> 222 231 --> 223 232 <para>Install the configuration file and runtime directory for 224 233 <command>nscd</command>:</para>
Note:
See TracChangeset
for help on using the changeset viewer.