Accepting request 744743 from home:marxin:branches:graphics

- Disable LTO (boo#1155449) for ARM targets.

OBS-URL: https://build.opensuse.org/request/show/744743
OBS-URL: https://build.opensuse.org/package/show/graphics/libwebp?expand=0&rev=19
This commit is contained in:
Jan Engelhardt 2019-11-04 14:09:56 +00:00 committed by Git OBS Bridge
parent e427112d07
commit 82aac827c9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 1 11:48:03 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1155449) for ARM targets.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 24 13:46:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Sat Aug 24 13:46:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -131,6 +131,11 @@ images more efficiently.
%autosetup -p1 %autosetup -p1
%build %build
%ifarch %arm
%define _lto_cflags %{nil}
%endif
%configure --disable-static \ %configure --disable-static \
--enable-libwebpmux --enable-libwebpdemux \ --enable-libwebpmux --enable-libwebpdemux \
--enable-libwebpdecoder --enable-libwebpextras --enable-libwebpdecoder --enable-libwebpextras