diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-06 20:22:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-07-06 20:22:01 +0000 |
commit | 8834c19bfa68908d6e570cda86e29b8a7a1c6ffe (patch) | |
tree | 031d3cff64fe5f12faf5dd5acbffacde041dcf62 /chapter06/glibc.xml | |
parent | 8dc5aea03387aae90c1aaf12357f7e2634bd2c75 (diff) |
Update glibc --enable-kernel value
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10302 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 1828306c9..56621ebd3 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,7 +72,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput remap="configure">../glibc-&glibc-version;/configure \ --prefix=/usr \ --disable-profile \ - --enable-kernel=2.6.25 \ + --enable-kernel=2.6.34 \ --libexecdir=/usr/lib/glibc</userinput></screen> <variablelist> |