SHA256
1
0
forked from pool/Mesa

Accepting request 697616 from home:marxin:branches:X11:XOrg

Disable LTO (boo#1133265).

OBS-URL: https://build.opensuse.org/request/show/697616
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=830
This commit is contained in:
Stefan Dirsch 2019-04-25 08:09:08 +00:00 committed by Git OBS Bridge
parent c5723b2447
commit aa4af618be
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:24:16 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133265).
-------------------------------------------------------------------
Wed Apr 17 16:10:26 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>

View File

@ -745,6 +745,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%endif
%build
%define _lto_cflags %{nil}
%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse})
egl_platforms=x11,drm,surfaceless,wayland
%else