Changeset 9597c5a for BOOK/boot/common


Ignore:
Timestamp:
May 18, 2014, 8:25:27 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
5a951e7
Parents:
e8f3474
git-author:
Chris Staub <chris@…> (05/18/14 20:23:56)
git-committer:
Chris Staub <chris@…> (05/18/14 20:25:27)
Message:

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

Conflicts:

BOOK/introduction/common/changelog.xml

Location:
BOOK/boot/common
Files:
3 edited

Legend:

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

    re8f3474 r9597c5a  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>PKG_CONFIG=true \
    38   ../configure --prefix=/tools \
     37<screen os="aa"><userinput>../configure --prefix=/tools \
    3938    --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4039    --disable-libblkid --disable-libuuid --disable-fsck \
     
    5857    xpointer="xpointer(//*[@os='f'])"/>
    5958
    60 <screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
    61     LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid"</userinput></screen>
     59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60    href="../../final-system/common/e2fsprogs.xml"
     61    xpointer="xpointer(//*[@os='g'])"/>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/eudev.xml

    re8f3474 r9597c5a  
    2828   <para os="a">Prepare Eudev for compilation:</para>
    2929
    30 <screen os="b"><userinput>BLKID_CFLAGS="-I/tools/include" BLKID_LIBS="-L/tools/lib -lblkid" \
    31     KMOD_CFLAGS="-I/tools/include/" KMOD_LIBS="-L/tools/lib -lkmod" \
    32     ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     30<screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3331    --disable-introspection --disable-gtk-doc-html \
    3432    --disable-gudev --disable-keymap --with-firmware-path=/lib/firmware \
  • BOOK/boot/common/kmod.xml

    re8f3474 r9597c5a  
    3333    xpointer="xpointer(//*[@os='a'])"/>
    3434
    35 <screen os="b"><userinput>PKG_CONFIG= liblzma_CFLAGS="-I/tools/include" \
    36     liblzma_LIBS="-L/tools/lib -llzma" \
    37     zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \
    38     ./configure --prefix=/tools \
     35<screen os="b"><userinput>./configure --prefix=/tools \
    3936    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    4037
Note: See TracChangeset for help on using the changeset viewer.