Changeset 23d67d8


Ignore:
Timestamp:
11/01/2023 01:34:44 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
80321c6
Parents:
c62883b
Message:

python: Remove --with-system-ffi

This option is removed by upstream in 3.12.

Link: https://github.com/python/cpython/pull/100544

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    rc62883b r23d67d8  
    4949            --enable-shared      \
    5050            --with-system-expat  \
    51             --with-system-ffi    \
    5251            --enable-optimizations</userinput></screen>
    5352
     
    6261       </listitem>
    6362     </varlistentry>
    64 
    65     <varlistentry>
    66       <term><parameter>--with-system-ffi</parameter></term>
    67       <listitem>
    68         <para>This switch enables linking against the system version of
    69         <filename class='libraryfile'>libffi.so</filename>.</para>
    70       </listitem>
    71     </varlistentry>
    7263
    7364    <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.