aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-11-01 21:34:44 +0800
committerXi Ruoyao <xry111@xry111.site>2023-11-01 21:34:44 +0800
commit23d67d844b95075f27ee04dcebb7e87c8655092c (patch)
tree01c859f6e92a3accc3639808b85de17d9ba946d1
parentc62883bd83304032893b8a98a5e6c1792352628c (diff)
python: Remove --with-system-ffi
This option is removed by upstream in 3.12. Link: https://github.com/python/cpython/pull/100544
-rw-r--r--chapter08/python.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml
index a4bfeaf91..f7bc19d47 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -48,7 +48,6 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
- --with-system-ffi \
--enable-optimizations</userinput></screen>
<variablelist>
@@ -63,14 +62,6 @@
</varlistentry>
<varlistentry>
- <term><parameter>--with-system-ffi</parameter></term>
- <listitem>
- <para>This switch enables linking against the system version of
- <filename class='libraryfile'>libffi.so</filename>.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--enable-optimizations</parameter></term>
<listitem>
<para>This switch enables extensive, but time-consuming, optimization