From 35327219b876344b88c5e2fc3a49590141e694b0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 6 Jun 2009 23:38:23 +0000 Subject: Change instruction for minimum kernel version to 2.6.18 in glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8942 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 097f1dff7..7089efbf0 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -126,7 +126,7 @@ esac ../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc + --enable-kernel=2.6.18 --libexecdir=/usr/lib/glibc The meaning of the new configure options: -- cgit v1.2.3-54-g00ecf