Changeset 74d38b7


Ignore:
Timestamp:
Dec 27, 2015, 2:36:23 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
f9e40f7
Parents:
a24d758
git-author:
William Harrington <kb0iic@…> (12/27/15 14:36:16)
git-committer:
William Harrington <kb0iic@…> (12/27/15 14:36:23)
Message:

As discussed, we don' tneed these options as our default PKG_CONFIG_PATH is set properly from cross-tools pkg-config. However, some hosts may set PKG_CONFIG_PATH and the clfs user may end up having it set. This will be taken care of in clfs user's .bashrc.

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

Legend:

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

    ra24d758 r74d38b7  
    3030    --prefix=/tools \
    3131    --build=${CLFS_HOST} \
    32     --host=${CLFS_TARGET} \
    33     --without-guile</userinput></screen>
    34 
    35     <variablelist os="b">
    36       <title>The meaning of the new configure options:</title>
    37 
    38       <varlistentry>
    39         <term><parameter>--without-guile</parameter></term>
    40         <listitem>
    41           <para>Do not enable Guile support when the host includes it.</para>
    42         </listitem>
    43       </varlistentry>
    44 
    45     </variablelist>
     32    --host=${CLFS_TARGET}</userinput></screen>
    4633
    4734    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/util-linux.xml

    ra24d758 r74d38b7  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>PKG_CONFIG_PATH="" ./configure \
     29<screen os="b"><userinput>./configure \
    3030    --prefix=/tools \
    3131    --build=${CLFS_HOST} \
Note: See TracChangeset for help on using the changeset viewer.