Enable use_self_when_building for riscv64
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
This commit is contained in:
parent
904c2c3fbf
commit
d0ae79835f
@ -6,7 +6,7 @@
|
|||||||
Name: pypy
|
Name: pypy
|
||||||
Version: %{basever}.15
|
Version: %{basever}.15
|
||||||
%global pyversion 2.7
|
%global pyversion 2.7
|
||||||
Release: %autorelease -e 1.riscv64
|
Release: %autorelease -e 2.riscv64
|
||||||
Summary: Python implementation with a Just-In-Time compiler
|
Summary: Python implementation with a Just-In-Time compiler
|
||||||
|
|
||||||
# PyPy is MIT
|
# PyPy is MIT
|
||||||
@ -227,7 +227,7 @@ Patch399: 399-cve-2023-24329.patch
|
|||||||
# Turn it off with this boolean, to revert back to rebuilding using CPython
|
# Turn it off with this boolean, to revert back to rebuilding using CPython
|
||||||
# and avoid a cycle in the build-time dependency graph:
|
# and avoid a cycle in the build-time dependency graph:
|
||||||
|
|
||||||
%global use_self_when_building 0
|
%global use_self_when_building 1
|
||||||
%if 0%{use_self_when_building}
|
%if 0%{use_self_when_building}
|
||||||
BuildRequires: pypy2
|
BuildRequires: pypy2
|
||||||
%global bootstrap_python_interp pypy2
|
%global bootstrap_python_interp pypy2
|
||||||
|
Loading…
Reference in New Issue
Block a user