Changeset 2dcee038


Ignore:
Timestamp:
Nov 4, 2013, 5:25:41 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0d11714
Parents:
42f8b20
Message:

For hosts with pkg-config installed, util-linux should not be using it. Add PKG_CONFIG= so pkg-config isn't found during configure.

Location:
BOOK/chroot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/util-linux.xml

    r42f8b20 r2dcee038  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools \
     29<screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
  • BOOK/chroot/multilib/util-linux.xml

    r42f8b20 r2dcee038  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.