Changeset b5657b7


Ignore:
Timestamp:
Dec 26, 2015, 2:18:34 PM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
427e466
Parents:
cb62219
git-author:
William Harrington <kb0iic@…> (12/26/15 14:18:25)
git-committer:
William Harrington <kb0iic@…> (12/26/15 14:18:34)
Message:

Add --without-guile support when the host includes it. Make will attempt to link with host guile support when it is not available in the temp system libraries.

File:
1 edited

Legend:

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

    rcb62219 rb5657b7  
    3030    --prefix=/tools \
    3131    --build=${CLFS_HOST} \
    32     --host=${CLFS_TARGET}</userinput></screen>
     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>
    3346
    3447    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.