diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-06-06 23:38:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-06-06 23:38:23 +0000 |
commit | 35327219b876344b88c5e2fc3a49590141e694b0 (patch) | |
tree | 1a99c4c9f1c86eb87d888e68e9f35f92aa578d98 /chapter06/glibc.xml | |
parent | dcf7cdaeee08c2c0b743d05d82490e662cce414a (diff) |
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
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen> + --enable-kernel=2.6.18 --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |