Changeset 8187b7d


Ignore:
Timestamp:
Dec 25, 2008, 1:28:09 PM (15 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
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    r30edaff r8187b7d  
    4444
    4545<screen os="aa"><userinput>../configure --prefix=/tools \
    46     --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
     46    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    4747    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4848
     
    5353      href="../../final-system/common/e2fsprogs.xml"
    5454      xpointer="xpointer(//*[@os='e2'])"/>
    55 
    56       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57       href="../../final-system/common/e2fsprogs.xml"
    58       xpointer="xpointer(//*[@os='e3'])"/>
    5955
    6056    </variablelist>
  • BOOK/boot/multilib/e2fsprogs.xml

    r30edaff r8187b7d  
    5151
    5252<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    53     --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     53    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    5454    --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
    5555
  • BOOK/boot/ppc64/e2fsprogs.xml

    r30edaff r8187b7d  
    6363
    6464<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    65     --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     65    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    6666    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    6767    --cache-file=config.cache</userinput></screen>
  • BOOK/chroot/64/e2fsprogs.xml

    r30edaff r8187b7d  
    4444
    4545<screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    46     --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     46    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    4747    --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
    4848
  • BOOK/chroot/common/e2fsprogs.xml

    r30edaff r8187b7d  
    4444
    4545<screen os="d"><userinput>../configure --prefix=/tools \
    46     --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
     46    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    4747    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4848
     
    5353      href="../../final-system/common/e2fsprogs.xml"
    5454      xpointer="xpointer(//*[@os='e2'])"/>
    55 
    56       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57       href="../../final-system/common/e2fsprogs.xml"
    58       xpointer="xpointer(//*[@os='e3'])"/>
    5955
    6056    </variablelist>
  • BOOK/chroot/multilib/e2fsprogs.xml

    r30edaff r8187b7d  
    5252
    5353<screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    54     --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
     54    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    5555    --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
    5656
  • BOOK/chroot/native/e2fsprogs.xml

    r30edaff r8187b7d  
    4444
    4545<screen os="d"><userinput>../configure --prefix=/tools \
    46     --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
     46    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    4747    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4848
     
    5353      href="../../final-system/common/e2fsprogs.xml"
    5454      xpointer="xpointer(//*[@os='e2'])"/>
    55 
    56       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    57       href="../../final-system/common/e2fsprogs.xml"
    58       xpointer="xpointer(//*[@os='e3'])"/>
    5955
    6056    </variablelist>
  • 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"
  • BOOK/introduction/common/changelog.xml

    r30edaff r8187b7d  
    4040      <para>December 25, 2008</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed --disable-evms from e2fsprogs configure, as
     44          that option is no longer recognized. Taken from LFS.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[Chris] - Addition to config.h no longer need for current Gawk
Note: See TracChangeset for help on using the changeset viewer.