Changeset 98c59fa for BOOK/chroot/64


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.

File:
1 edited

Legend:

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

    rbbb7784 r98c59fa  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
     37<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     38    ../configure --prefix=/tools \
    3839    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    39     --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
     40    --with-linker=${LD} --host=${CLFS_TARGET} \
     41    --disable-libuuid --disable-libblkid</userinput></screen>
    4042
    4143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.