Changeset 8187b7d for BOOK/final-system


Ignore:
Timestamp:
12/25/08 13:28:09 (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
da9bb19
Parents:
30edaff
Message:

E2fsprogs no longer uses --disable-evms

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/e2fsprogs.xml

    r30edaff r8187b7d  
    4545
    4646<screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
    47     --enable-elf-shlibs --disable-evms \
    48     --with-cc=gcc</userinput></screen>
     47    --enable-elf-shlibs --with-cc=gcc</userinput></screen>
    4948
    5049    <variablelist os="e">
     
    7069          <para>This creates the shared libraries which some programs
    7170          in this package use.</para>
    72         </listitem>
    73       </varlistentry>
    74 
    75       <varlistentry os="e3">
    76         <term><parameter>--disable-evms</parameter></term>
    77         <listitem>
    78           <para>This disables the building of the Enterprise Volume
    79           Management System (EVMS) plugin. This plugin is not up-to-date with
    80           the latest EVMS internal interfaces and EVMS is not installed as part
    81           of a base CLFS system, so the plugin is not required. See the EVMS
    82           website at <ulink url="http://evms.sourceforge.net/"/> for more
    83           information regarding EVMS.</para>
    8471        </listitem>
    8572      </varlistentry>
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    r30edaff r8187b7d  
    4848
    4949<screen os="d"><userinput>CC="gcc ${BUILD64}" ../configure --prefix=/usr \
    50     --with-root-prefix="" --enable-elf-shlibs --disable-evms \
    51     --with-cc="gcc ${BUILD64}"</userinput></screen>
     50    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}"</userinput></screen>
    5251
    5352    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs-n32.xml

    r30edaff r8187b7d  
    4949
    5050<screen os="d"><userinput>CC="gcc ${BUILDN32}" ../configure --prefix=/usr \
    51     --with-root-prefix="" --enable-elf-shlibs --disable-evms \
    52     --with-cc="gcc ${BUILDN32}"</userinput></screen>
     51    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}"</userinput></screen>
    5352
    5453    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs.xml

    r30edaff r8187b7d  
    4444
    4545<screen os="d"><userinput>CC="gcc ${BUILD32}" ../configure --prefix=/usr \
    46     --with-root-prefix="" --enable-elf-shlibs --disable-evms \
    47     --with-cc="gcc ${BUILD32}"</userinput></screen>
     46    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}"</userinput></screen>
    4847
    4948    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.