From 6ad269be079f9e50223447a861b5883ce58c5f16ad58ccb4b91c194afbe40525 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 14 May 2019 12:15:57 +0000 Subject: [PATCH] Accepting request 702812 from home:marxin:branches:server:monitoring - Disable LTO (boo#1133277). OBS-URL: https://build.opensuse.org/request/show/702812 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/protobuf-c?expand=0&rev=21 --- protobuf-c.changes | 5 +++++ protobuf-c.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/protobuf-c.changes b/protobuf-c.changes index 0d6e254..b418135 100644 --- a/protobuf-c.changes +++ b/protobuf-c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 14 11:15:56 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133277). + ------------------------------------------------------------------- Fri Oct 5 10:14:36 UTC 2018 - Jan Engelhardt diff --git a/protobuf-c.spec b/protobuf-c.spec index 409dc0b..e6812c3 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -1,7 +1,7 @@ # # spec file for package protobuf-c # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -65,6 +65,7 @@ Buffers from pure C (not C++). %setup -q %build +%define _lto_cflags %{nil} %if 0 mkdir build pushd build