Ignore:
Timestamp:
07/08/2020 07:36:00 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
48a69fc
Parents:
ad25331
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/python.xml

    rad25331 r2505b8f  
    5353    <para>Prepare Python for compilation:</para>
    5454
    55 <screen><userinput remap="configure">./configure --prefix=/usr --without-ensurepip</userinput></screen>
     55<screen><userinput remap="configure">./configure --prefix=/usr   \
     56            --enable-shared \
     57            --without-ensurepip</userinput></screen>
    5658
    5759    <variablelist>
    5860      <title>The meaning of the configure option:</title>
     61
     62      <varlistentry>
     63        <term><parameter>--enable-shared</parameter></term>
     64        <listitem>
     65          <para>This switch prevents installation of static libraries.</para>
     66        </listitem>
     67      </varlistentry>
    5968
    6069      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.