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"