aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:27:45 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-08-28 01:27:45 +0000
commit9c14ec2337affc3680fb07ca6430710d72ea768c (patch)
treeb087561791717d4df268dab3a0517ff759a1c6ae /chapter06/glibc.xml
parentb3c46bf7307f4dc725455b1571505f5a6a4fbb12 (diff)
Experimental Change - Compile glibc against sanitized headers from linux-libc-headers, rather than raw kernel headers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r--chapter06/glibc.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 3367e1d5d..0bdc4c9f4 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -51,8 +51,7 @@ 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>
+ --libexecdir=/usr/lib/glibc</userinput></screen>
<para>The meaning of the new configure options:</para>