From 64a5625b90ea9129c1a509ef184c67c97b5699ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Feb 2020 20:01:06 +0100 Subject: [PATCH] Build with -fcommon --- pypy3.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pypy3.spec b/pypy3.spec index a30e912..e17f3a4 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -14,6 +14,11 @@ URL: http://pypy.org/ # High-level configuration of the build: +# Build with -fcommon +# https://bugzilla.redhat.com/show_bug.cgi?id=1796821 +# https://bitbucket.org/pypy/pypy/issues/3163 +%define _legacy_common_support 1 + # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise %bcond_without rpmwheels