From 7d27985980ad745e104525b63ce7e9e44a81d82cfe7fe40934b92ea359f2cd72 Mon Sep 17 00:00:00 2001 From: Hammer Faceman Date: Fri, 26 Apr 2019 13:05:34 +0000 Subject: [PATCH] Accepting request 697617 from home:marxin:branches:Mono:Factory Disable LTO (boo#1133266). OBS-URL: https://build.opensuse.org/request/show/697617 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=201 --- mono-core.changes | 5 +++++ mono-core.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/mono-core.changes b/mono-core.changes index 812e4af..c71cb65 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:25:10 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133266). + ------------------------------------------------------------------- Fri Apr 12 00:00:00 UTC 2019 - fwdsbs.to.11df@xoxy.net - Update to version 5.20.1 Stable (5.20.1.19) diff --git a/mono-core.spec b/mono-core.spec index 97cf5af..bfc49e7 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -216,6 +216,7 @@ technologies that have been submitted to the ECMA for standardization. %patch21 -p1 %build +%define _lto_cflags %{nil} # TODO: re-check on next release, already fixed in master branch # remove accidentally packaged build artifacts that lead to build failures on non x86_64 platforms # see https://github.com/mono/mono/issues/11619, https://github.com/mono/mono/issues/11501 for more info