Changeset a7f7b63


Ignore:
Timestamp:
Oct 30, 2014, 5:38:55 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
815d1d7
Parents:
bb41190
Message:

Add --without-python configure switch to avoid building the Python bindings when Python is installed on the host system.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

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

    rbb41190 ra7f7b63  
    2929<screen os="b"><userinput>./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    31     --disable-makeinstall-chown --disable-makeinstall-setuid</userinput></screen>
     31    --disable-makeinstall-chown --disable-makeinstall-setuid
     32    --without-python</userinput></screen>
    3233
    3334    <variablelist os="c">
     
    4748          <para>This prevents Util-linux from enabling the setuid bit on
    4849          any of its installed programs.</para>
     50        </listitem>
     51      </varlistentry>
     52
     53      <varlistentry>
     54        <term><parameter>--without-python</parameter></term>
     55        <listitem>
     56          <para>This avoids the building of unneeded Python buildings when
     57          Python is installed on the host system.</para>
    4958        </listitem>
    5059      </varlistentry>
  • BOOK/temp-system/multilib/util-linux.xml

    rbb41190 ra7f7b63  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --libdir='${prefix}'/lib64 --disable-makeinstall-chown \
    32     --disable-makeinstall-setuid</userinput></screen>
     32    --disable-makeinstall-setuid --without-python</userinput></screen>
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.