Accepting request 706251 from openSUSE:Factory:Staging:N
- Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package. - Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package. OBS-URL: https://build.opensuse.org/request/show/706251 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=244
This commit is contained in:
parent
2f5ed5b585
commit
9002c333c4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 08:58:16 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Set _lto_cflags to nil as it will prevent to propage LTO
|
||||
for Python modules that are built in a separate package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 08:40:33 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -201,6 +201,7 @@ sed -i 's/^version_required/dnl version_required/' configure.ac
|
||||
# COMMON-PREP-END
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv"
|
||||
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 08:58:16 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Set _lto_cflags to nil as it will prevent to propage LTO
|
||||
for Python modules that are built in a separate package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 29 13:21:20 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>
|
||||
|
||||
|
@ -257,6 +257,7 @@ cp %{SOURCE8} Lib/
|
||||
%endif
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv"
|
||||
|
||||
autoreconf -f -i . # Modules/_ctypes/libffi
|
||||
|
Loading…
Reference in New Issue
Block a user