Changeset d6f5e21


Ignore:
Timestamp:
Aug 1, 2010, 6:20:07 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7a4551
Parents:
f3eb9db
Message:

Updated E2fsprogs to 1.14.12.

Location:
BOOK
Files:
10 edited

Legend:

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

    rf3eb9db rd6f5e21  
    3636
    3737<screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \
    38     --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
     38    --enable-elf-shlibs --with-linker=${LD} \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4040    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/multilib/e2fsprogs.xml

    rf3eb9db rd6f5e21  
    4242
    4343<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    44     ../configure --prefix=/tools \
    45     --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     44    ../configure --prefix=/tools --enable-elf-shlibs \
    4645    --with-linker=${LD} --host=${CLFS_TARGET} \
    4746    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    rf3eb9db rd6f5e21  
    4747
    4848<screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
    49     ../configure --prefix=/tools \
    50     --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \
     49    ../configure --prefix=/tools --enable-elf-shlibs \
    5150    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    5251    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/ppc64/e2fsprogs.xml

    rf3eb9db rd6f5e21  
    5555
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    57     ../configure --prefix=/tools \
    58     --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     57    ../configure --prefix=/tools --enable-elf-shlibs \
    5958    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    6059    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/final-system/common/e2fsprogs.xml

    rf3eb9db rd6f5e21  
    3838
    3939<screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \
    40     --enable-elf-shlibs --with-cc=gcc \
    41     --disable-libblkid --disable-libuuid --disable-fsck \
     40    --enable-elf-shlibs --disable-libblkid \
     41    --disable-libuuid --disable-fsck \
    4242    --disable-uuidd</userinput></screen>
    4343
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    rf3eb9db rd6f5e21  
    4040
    4141<screen os="d"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG=true \
    42     ../configure --prefix=/usr \
    43     --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}" \
    44     --disable-libblkid --disable-libuuid --disable-fsck \
     42    ../configure --prefix=/usr --with-root-prefix="" \
     43    --enable-elf-shlibs --disable-libblkid \
     44    --disable-libuuid --disable-fsck \
    4545    --disable-uuidd</userinput></screen>
    4646
  • BOOK/final-system/multilib/e2fsprogs-n32.xml

    rf3eb9db rd6f5e21  
    4141
    4242<screen os="d"><userinput>CC="gcc ${BUILDN32}" PKG_CONFIG=true \
    43     ../configure --prefix=/usr \
    44     --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}" \
    45     --disable-libblkid --disable-libuuid --disable-fsck \
     43    ../configure --prefix=/usr --with-root-prefix="" \
     44    --enable-elf-shlibs --disable-libblkid \
     45    --disable-libuuid --disable-fsck \
    4646    --disable-uuidd</userinput></screen>
    4747
  • BOOK/final-system/multilib/e2fsprogs.xml

    rf3eb9db rd6f5e21  
    3636
    3737<screen os="d"><userinput>CC="gcc ${BUILD32}" PKG_CONFIG=true \
    38     ../configure --prefix=/usr \
    39     --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}" \
    40     --disable-libblkid --disable-libuuid --disable-fsck \
     38    ../configure --prefix=/usr --with-root-prefix="" \
     39    --enable-elf-shlibs --disable-libblkid \
     40    --disable-libuuid --disable-fsck \
    4141    --disable-uuidd</userinput></screen>
    4242
  • BOOK/introduction/common/changelog.xml

    rf3eb9db rd6f5e21  
    4040      <para>August 01, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated E2fsprogs to 1.14.12.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated the NCurses Branch Update patch to -21.
  • BOOK/packages.ent

    rf3eb9db rd6f5e21  
    109109<!ENTITY dvhtool-home "http://packages.qa.debian.org/d/dvhtool.html">
    110110
    111 <!ENTITY e2fsprogs-version "1.41.9">
    112 <!ENTITY e2fsprogs-size "4,348 KB">
     111<!ENTITY e2fsprogs-version "1.41.12">
     112<!ENTITY e2fsprogs-size "4,392 KB">
    113113<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
    114 <!ENTITY e2fsprogs-md5 "52f60a9e19a02f142f5546f1b5681927">
     114<!ENTITY e2fsprogs-md5 "1b24a21fc0c2381ef420961cbfec733f">
    115115<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    116116
Note: See TracChangeset for help on using the changeset viewer.