Changeset 6c19f5e for BOOK/boot/multilib


Ignore:
Timestamp:
May 18, 2014, 8:23:56 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f319d64
Parents:
6eb13f4
Message:

Replaced PKG_CONFIG vars with pkg-config-lite installed in /cross-tools

Location:
BOOK/boot/multilib
Files:
3 edited

Legend:

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

    r6eb13f4 r6c19f5e  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     43<screen os="aa"><userinput>CC="${CC} ${BUILD64}" \
    4444  ../configure --prefix=/tools --enable-elf-shlibs \
    4545    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     
    5555    xpointer="xpointer(//*[@os='f'])"/>
    5656
    57 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    58     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" \
    59     LDFLAGS="-Wl,-rpath,/tools/lib64"</userinput></screen>
     57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58    href="../common/e2fsprogs.xml"
     59    xpointer="xpointer(//*[@os='g'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/eudev.xml

    r6eb13f4 r6c19f5e  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib64 -lblkid" \
    29     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib64 -lkmod" \
    30     CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
     28<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
    3129    --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
    3230    --disable-introspection --disable-gtk-doc-html --disable-gudev \
  • BOOK/boot/multilib/kmod.xml

    r6eb13f4 r6c19f5e  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    38     liblzma_LIBS="-L/tools/lib64 -llzma" \
    39     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
    40     CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     37<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4138    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4239    --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.