From 8b72f675287c88e299000d6d75334f7b5dd89f392c6bb3ff33e329f526144dc8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 1 May 2019 06:33:15 +0000 Subject: [PATCH] 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 --- pcp.changes | 5 +++++ pcp.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pcp.changes b/pcp.changes index a818560..c09421f 100644 --- a/pcp.changes +++ b/pcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:29:39 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133273). + ------------------------------------------------------------------- Fri Mar 8 16:04:30 UTC 2019 - David Disseldorp diff --git a/pcp.spec b/pcp.spec index 86cf43a..098e232 100644 --- a/pcp.spec +++ b/pcp.spec @@ -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"