Changeset 98c59fa for BOOK/boot/ppc64


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/boot/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    rbbb7784 r98c59fa  
    4646    xpointer="xpointer(//*[@os='c'])"/>
    4747
    48 <screen os="aa"><userinput>CC="${CC} ${BUILD32}" ../configure --prefix=/tools \
     48<screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
     49    ../configure --prefix=/tools \
    4950    --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \
    5051    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     52    --disable-libuuid --disable-libblkid \
    5153    --cache-file=config.cache</userinput></screen>
    5254
  • BOOK/boot/ppc64/e2fsprogs.xml

    rbbb7784 r98c59fa  
    5454    xpointer="xpointer(//*[@os='c'])"/>
    5555
    56 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
     56<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     57    ../configure --prefix=/tools \
    5758    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    5859    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     60    --disable-libuuid --disable-libblkid \
    5961    --cache-file=config.cache</userinput></screen>
    6062
Note: See TracChangeset for help on using the changeset viewer.