Accepting request 697622 from home:marxin:branches:Base:System

Disable LTO (boo#1133273).

OBS-URL: https://build.opensuse.org/request/show/697622
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=82
This commit is contained in:
Marcus Meissner 2019-05-01 06:33:15 +00:00 committed by Git OBS Bridge
parent 0a698a6f69
commit 8b72f67528
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:29:39 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133273).
-------------------------------------------------------------------
Fri Mar 8 16:04:30 UTC 2019 - David Disseldorp <ddiss@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -2322,6 +2322,7 @@ autoconf
rm -Rf $RPM_BUILD_ROOT
%build
%define _lto_cflags %{nil}
%if 0%{?suse_version}
# in case we're building without os-release (bsc#1123311)...
export PACKAGE_DISTRIBUTION="suse"