- 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>
|
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: automake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libbz2-devel
|
BuildRequires: libbz2-devel
|
||||||
|
BuildRequires: libffi-devel
|
||||||
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
|
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
|
||||||
BuildRequires: libnsl-devel
|
BuildRequires: libnsl-devel
|
||||||
%endif
|
%endif
|
||||||
@ -332,6 +333,7 @@ touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
|
|||||||
%configure \
|
%configure \
|
||||||
--docdir=%{_docdir}/python \
|
--docdir=%{_docdir}/python \
|
||||||
--with-fpectl \
|
--with-fpectl \
|
||||||
|
--with-system-ffi \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-unicode=ucs4
|
--enable-unicode=ucs4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user