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