diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 19:59:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 19:59:13 +0000 |
commit | 7e1b3ce8a2cedb1375a7df3de8be527629bf6a45 (patch) | |
tree | 5640c0536ab81c0c4afe2629e6a837565f422b08 /chapter06/e2fsprogs.xml | |
parent | 2d01177ecba4a2a00b445f60707f3f9d9743344a (diff) |
Upgrade to E2fsprogs-1.40.2. Fixes #2042.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 1a17d6faa..597414423 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -51,7 +51,7 @@ cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-evms</userinput></screen> + --enable-elf-shlibs</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -78,18 +78,6 @@ cd build</userinput></screen> </listitem> </varlistentry> - <varlistentry> - <term><parameter>--disable-evms</parameter></term> - <listitem> - <para>This disables the building of the Enterprise Volume - Management System (EVMS) plugin. This plugin is not up-to-date with - the latest EVMS internal interfaces and EVMS is not installed as part - of a base LFS system, so the plugin is not required. See the EVMS - website at <ulink url="http://evms.sourceforge.net/"/> for more - information regarding EVMS.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |