|
@@ -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>
|