aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 0bb5e8cc5..c9d5e7f51 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -50,23 +50,9 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons=nptl --with-tls \
- --libexecdir=/tmp/pt_chown --without-cvs \
+ --with-__thread --enable-kernel=2.6.0 --without-cvs \
--with-headers=/tools/glibc-kernheaders</userinput></screen>
-<para>The meaning of the new configure options:</para>
-
-<variablelist>
-<varlistentry>
-<term><parameter>--libexecdir=/tmp/pt_chown</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">/tmp/pt_chown</filename>. This program isn't required
-on modern systems, so we install it in a place from which we will delete it
-later.</para></listitem>
-</varlistentry>
-</variablelist>
-
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>