Changeset f37fe30 for BOOK


Ignore:
Timestamp:
Dec 27, 2015, 2:36:16 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
1552c51
Parents:
06171dd
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

    r06171dd rf37fe30  
    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

    r06171dd rf37fe30  
    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.