From 05d416992f212979329431e3b48e556f9c3cdb678f3d659e2d51e58614211a19 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 24 Apr 2019 11:38:12 +0000 Subject: [PATCH] Accepting request 697428 from home:marxin:branches:devel:libraries:c_c++ Disable LTO (boo#1133122). OBS-URL: https://build.opensuse.org/request/show/697428 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=49 --- cmocka.changes | 5 +++++ cmocka.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/cmocka.changes b/cmocka.changes index cd53056..42ec174 100644 --- a/cmocka.changes +++ b/cmocka.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 09:43:30 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133122). + ------------------------------------------------------------------- Thu Mar 28 13:54:53 UTC 2019 - Andreas Schneider diff --git a/cmocka.spec b/cmocka.spec index dd336fd..4926ddf 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -106,6 +106,7 @@ Static cmocka unit testing library. %autosetup -p1 %build +%define _lto_cflags %{nil} %cmake \ -DCMAKE_SKIP_RPATH=OFF \ -DWITH_STATIC_LIB=ON \