aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 00:49:22 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 00:49:22 +0000
commitbdb2a6b616bb006e801f59664d619b3d5882f7cd (patch)
treeee5d543d41f62e3d9f8498688799a3b2d2260743 /chapter06/glibc.xml
parent5e3342002dec4f6f9620a10eb761feacdad9ca13 (diff)
Re-adde --libexecdir to Chapter 6-Glibc. The destination is supposed to be /usr/lib not /usr/libexec
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 8798028cf..c2df2bfb8 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -48,7 +48,7 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/usr/include</userinput></screen>
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --with-headers=/usr/include</userinput></screen>
<para>The meaning of the new configure options:</para>