Ignore:
Timestamp:
May 18, 2014, 8:25:27 PM (10 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

File:
1 edited

Legend:

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

    re8f3474 r9597c5a  
    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.