Changeset 1437142


Ignore:
Timestamp:
Nov 11, 2013, 2:19:48 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b8a33e3
Parents:
88af5df
Message:

Add PKG_CONFIG= in front of configure for hosts that have pkg-config installed and libsubunit.

Location:
BOOK/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/check.xml

    r88af5df r1437142  
    2626    xpointer="xpointer(//*[@os='c'])"/>
    2727
    28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     28<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
    2929    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3030
  • BOOK/temp-system/common/check.xml

    r88af5df r1437142  
    2727    <para os="c">Prepare Check for compilation:</para>
    2828
    29 <screen os="d"><userinput>./configure --prefix=/tools \
     29<screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/multilib/check.xml

    r88af5df r1437142  
    2626    xpointer="xpointer(//*[@os='c'])"/>
    2727
    28 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     28<screen os="d"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
    2929    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64</userinput></screen>
    3030
Note: See TracChangeset for help on using the changeset viewer.