diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-07 02:15:05 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-07 02:15:05 +0000 |
commit | c1b2c648aa6c5a3636b4a893f8d42c888355e9a1 (patch) | |
tree | 7a58ae7b912df89f8983f76bb28b029f5add6438 /chapter06/glibc.xml | |
parent | b8d6db77e9335bf5d94f9fee5281245b48008b48 (diff) |
Chapter 6 - Gawk: Removed the Gawk Libexecdir Patch. Closes Bug 303.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3154 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index f6f76a631..45c90caee 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -47,6 +47,13 @@ cd ../glibc-build</userinput></screen> <para>The meaning of the new configure options:</para> <itemizedlist> +<listitem><para><userinput>--libexecdir=/usr/lib</userinput>: This changes the +location of the <filename>pt_chown</filename> program from its default of +<filename class="directory">/usr/libexec</filename> to +<filename class="directory">/usr/lib</filename>. The use of +<emphasis>libexec</emphasis> is considered not FHS compliant because the FHS +doesn't even mention it.</para></listitem> + <listitem><para><userinput>--with-headers=/usr/include</userinput>: This ensures that the kernel headers in <filename>/usr/include</filename> are used for this build. If you don't pass this switch then the headers from |