Ignore:
Timestamp:
Jul 18, 2009, 4:41:58 PM (15 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:
2f9a05f1
Parents:
bbb7784
Message:

use the libblkid and libuuid provided by Util-Linux-NG instead of E2fsprogs now.

Location:
BOOK/chroot/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/multilib/e2fsprogs.xml

    rbbb7784 r98c59fa  
    4343    xpointer="xpointer(//*[@os='c'])"/>
    4444
    45 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
     45<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     46    ../configure --prefix=/tools \
    4647    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    47     --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
     48    --with-linker=${LD} --host=${CLFS_TARGET} \
     49    --disable-libuuid --disable-libblkid</userinput></screen>
    4850
    4951    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/chroot/multilib/util-linux-ng.xml

    rbbb7784 r98c59fa  
    2828
    2929<screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    30     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --disable-makeinstall-chown</userinput></screen>
    3132
    3233    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.