aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-08-03 05:41:34 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-08-03 05:41:34 +0000
commit4b5f3329884a693823fe28c7d277dc08201a420b (patch)
treef7779c320c5eae0faf559b1b694bf77199fd4c5f
parent546f9eee8cda74130c0aa9c9d8a3c4bad3d6e39b (diff)
Made suggested change to the home location of pt_chown
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c9d5e7f51..3367e1d5d 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -51,8 +51,20 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons=nptl --with-tls \
--with-__thread --enable-kernel=2.6.0 --without-cvs \
+ --libexecdir=/usr/lib/glibc \
--with-headers=/tools/glibc-kernheaders</userinput></screen>
+<para>The meaning of the new configure options:</para>
+
+<variablelist>
+<varlistentry>
+<term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
+<listitem><para>This changes the location of the <command>pt_chown</command>
+program from its default of <filename class="directory">/usr/libexec</filename> to
+<filename class="directory">/usr/lib/glibc</filename>.</para></listitem>
+</varlistentry>
+</variablelist>
+
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>