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

Location:
BOOK/temp-system/common
Files:
3 edited

Legend:

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

    re8f3474 r9597c5a  
    2727    <para os="c">Prepare Check for compilation:</para>
    2828
    29 <screen os="d"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="d"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    31 
    32     <variablelist os="e">
    33       <title>The meaning of the new configure option:</title>
    34 
    35       <varlistentry>
    36         <term><parameter>PKG_CONFIG=</parameter></term>
    37         <listitem>
    38           <para>Prevents check from using <command>pkg-config</command> to
    39           search for additional packages that may be on the host but
    40           won't exist inside the temporary build environment.</para>
    41         </listitem>
    42       </varlistentry>
    43 
    44     </variablelist>
    4531
    4632    <para os="f">Build the package:</para>
  • BOOK/temp-system/common/make.xml

    re8f3474 r9597c5a  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="aa"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     29<screen os="aa"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/common/util-linux.xml

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