aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-05-14 12:54:44 +0200
committerThomas Trepl (Moody) <thomas@linuxfromscratch.org>2021-05-14 12:54:44 +0200
commit1b1acbed6533097e85c80dd85681cac1842d4b79 (patch)
tree698301bddb6d61a254f4ce015bf35b34909ad80f /chapter08
parentf5c3bf6e7e18f5dbb5af6da7f516187ce549aae5 (diff)
Use /usr/lib for libc_cv_rtlddir
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/glibc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 16f778f0f..2b4c064e5 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -73,7 +73,7 @@ cd build</userinput></screen>
--enable-stack-protector=strong \
--with-headers=/usr/include \
libc_cv_slibdir=/usr/lib \
- libc_cv_rtlddir=/lib</userinput></screen>
+ libc_cv_rtlddir=/usr/lib</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -122,7 +122,7 @@ cd build</userinput></screen>
</varlistentry>
<varlistentry>
- <term><parameter>libc_cv_rtlddir=/lib</parameter></term>
+ <term><parameter>libc_cv_rtlddir=/usr/lib</parameter></term>
<listitem>
<para>Fix hardcoded path to the executable loader in the
<command>ldd</command> script.</para>
@@ -223,12 +223,12 @@ esac</userinput></screen>
<para>Install the package:</para>
<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>