|
@@ -48,15 +48,11 @@ cd ../glibc-build</userinput></screen>
|
|
|
|
|
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
|
--disable-profile --enable-add-ons \
|
|
--disable-profile --enable-add-ons \
|
|
- --libexecdir=/usr/bin --with-headers=/usr/include</userinput></screen>
|
|
|
|
|
|
+ --with-headers=/usr/include</userinput></screen>
|
|
|
|
|
|
<para>The meaning of the new configure options:</para>
|
|
<para>The meaning of the new configure options:</para>
|
|
|
|
|
|
<itemizedlist>
|
|
<itemizedlist>
|
|
-<listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will
|
|
|
|
-cause the <filename>pt_chown</filename> program to be installed in the
|
|
|
|
-<filename>/usr/bin</filename> directory.</para></listitem>
|
|
|
|
-
|
|
|
|
<listitem><para><userinput>--with-headers=/usr/include</userinput>: This
|
|
<listitem><para><userinput>--with-headers=/usr/include</userinput>: This
|
|
ensures that the kernel headers in <filename>/usr/include</filename> are used
|
|
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
|
|
for this build. If you don't pass this switch then the headers from
|