From 9bfc5e66326cdb57014cbe0a1ea3a5ddb443c088c5c41f99cf004193bf7693e3 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 22 May 2019 08:47:58 +0000 Subject: [PATCH] Accepting request 703145 from home:marxin:branches:graphics - Disable LTO (boo#1135211). OBS-URL: https://build.opensuse.org/request/show/703145 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=49 --- inkscape.changes | 5 +++++ inkscape.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/inkscape.changes b/inkscape.changes index a979bb7..e8677ac 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 15 13:09:07 UTC 2019 - Martin Liška + +- Disable LTO (boo#1135211). + ------------------------------------------------------------------- Sun Jan 20 05:26:11 UTC 2019 - seanlew@opensuse.org diff --git a/inkscape.spec b/inkscape.spec index d673026..95420fd 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -163,6 +163,7 @@ Inkscape is a vector graphics editor. %patch2 -p1 %build +%define _lto_cflags %{nil} %ifarch %{arm} export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif