diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-01 19:42:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-01 19:42:40 +0000 |
commit | 7088c9617d48c6d49e969cabbb88493a3dabdcc0 (patch) | |
tree | a41591cca7da907fa2aee2fe3fa141ea8cf587ec /chapter06 | |
parent | f2ca25f95f0fc67526a4ef102f4f26a851eb9082 (diff) |
Update host requirements to those packages built in LFS-6.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 e799d8f57..3227e5865 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -114,7 +114,7 @@ esac</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.18 --libexecdir=/usr/lib/glibc</userinput></screen> + --enable-kernel=2.6.22.5 --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |