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:
parent
e427112d07
commit
82aac827c9
@ -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>
|
||||
|
||||
|
@ -131,6 +131,11 @@ images more efficiently.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
|
||||
%ifarch %arm
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
%configure --disable-static \
|
||||
--enable-libwebpmux --enable-libwebpdemux \
|
||||
--enable-libwebpdecoder --enable-libwebpextras
|
||||
|
Loading…
Reference in New Issue
Block a user