From 2ed720a3b183afac801eace51bcb2564ac453a837ed911cb4cbf7f7e7fc5332d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 May 2019 08:14:38 +0000 Subject: [PATCH] Accepting request 697628 from home:marxin:branches:devel:tools:building Disable LTO (boo#1133277). OBS-URL: https://build.opensuse.org/request/show/697628 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=72 --- protobuf.changes | 5 +++++ protobuf.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/protobuf.changes b/protobuf.changes index 268d830..0f48c16 100644 --- a/protobuf.changes +++ b/protobuf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:35:37 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133277). + ------------------------------------------------------------------- Wed Feb 20 12:29:06 UTC 2019 - Michał Rostecki diff --git a/protobuf.spec b/protobuf.spec index 347ac0d..f313c71 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -156,6 +156,7 @@ sed -i '/google_test_dir/d' python/setup.py sed -i -e '/env python/d' python/google/protobuf/internal/*.py %build +%define _lto_cflags %{nil} autoreconf -fvi %configure \ --disable-static