From 9c14ec2337affc3680fb07ca6430710d72ea768c Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 28 Aug 2004 01:27:45 +0000 Subject: 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 --- chapter06/glibc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') 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 ../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 + --libexecdir=/usr/lib/glibc The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf