diff options
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 |