- Enable --with-system-ffi for non-standard architectures.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=350
This commit is contained in:
parent
97104e51ec
commit
7e0f3cb088
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 21:17:18 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Enable --with-system-ffi for non-standard architectures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 15:35:00 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -151,6 +151,7 @@ Patch75: CVE-2023-24329-blank-URL-bypass.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: libffi-devel
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
|
||||
BuildRequires: libnsl-devel
|
||||
%endif
|
||||
@ -332,6 +333,7 @@ touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
||||
%configure \
|
||||
--docdir=%{_docdir}/python \
|
||||
--with-fpectl \
|
||||
--with-system-ffi \
|
||||
--enable-ipv6 \
|
||||
--enable-shared \
|
||||
--enable-unicode=ucs4
|
||||
|
Loading…
x
Reference in New Issue
Block a user