diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-03 14:25:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-03 14:25:19 +0000 |
commit | 8e97f32808eba4d4b15347f14aa8413661f17dd9 (patch) | |
tree | f8611120a207c8ea300655f10642aaf41b1ac383 /chapter06 | |
parent | a939e77cc9734907bd76d7b47c4caa5ede1e5724 (diff) |
* Remove --without-cvs from glibc instructions as we're no longer using CVS
snapshots
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 60b3dc645..6fc12efb8 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -61,8 +61,7 @@ cd ../glibc-build</userinput></screen> <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons \ - --enable-kernel=2.6.0 --without-cvs \ - --libexecdir=/usr/lib/glibc</userinput></screen> + --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen> <para>The meaning of the new configure option:</para> |