Changeset 7bfc8ec for BOOK/boot


Ignore:
Timestamp:
Jul 25, 2009, 10:38:05 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
99d1a6a, b4ab56c
Parents:
cb739fb
Message:

Finished e2fsprogs changes for util-linux-ng

Location:
BOOK/boot
Files:
4 edited

Legend:

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

    rcb739fb r7bfc8ec  
    3838    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    40     --disable-libuuid --disable-libblkid</userinput></screen>
     40    --disable-libblkid --disable-libuuid --disable-fsck \
     41    --disable-uuidd</userinput></screen>
    4142
    4243    <variablelist os="e">
  • BOOK/boot/multilib/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    4545    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    4646    --with-linker=${LD} --host=${CLFS_TARGET} \
    47     --disable-libuuid --disable-libblkid</userinput></screen>
     47    --disable-libblkid --disable-libuuid --disable-fsck \
     48    --disable-uuidd</userinput></screen>
    4849
    4950    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    rcb739fb r7bfc8ec  
    5050    --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \
    5151    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    52     --disable-libuuid --disable-libblkid \
    53     --cache-file=config.cache</userinput></screen>
     52    --disable-libblkid --disable-libuuid --disable-fsck \
     53    --disable-uuidd --cache-file=config.cache</userinput></screen>
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    5858    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    5959    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    60     --disable-libuuid --disable-libblkid \
    61     --cache-file=config.cache</userinput></screen>
     60    --disable-libblkid --disable-libuuid --disable-fsck \
     61    --disable-uuidd --cache-file=config.cache</userinput></screen>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.