aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-03-03 14:25:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-03-03 14:25:19 +0000
commit8e97f32808eba4d4b15347f14aa8413661f17dd9 (patch)
treef8611120a207c8ea300655f10642aaf41b1ac383 /chapter06
parenta939e77cc9734907bd76d7b47c4caa5ede1e5724 (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.xml3
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>