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
This commit is contained in:
Marcus Meissner 2019-05-22 08:47:58 +00:00 committed by Git OBS Bridge
parent 3ca2c3eb6a
commit 9bfc5e6632
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 15 13:09:07 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1135211).
-------------------------------------------------------------------
Sun Jan 20 05:26:11 UTC 2019 - seanlew@opensuse.org

View File

@ -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