SHA256
1
0
forked from pool/Mesa

- fixed build on %ix86 by removing "-flto=auto" from optflags for

cpp

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1054
This commit is contained in:
Stefan Dirsch 2021-08-08 08:54:14 +00:00 committed by Git OBS Bridge
parent c76a830e94
commit bb1fba2200
4 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 8 08:52:15 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- fixed build on %ix86 by removing "-flto=auto" from optflags for
cpp
-------------------------------------------------------------------
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -860,7 +860,11 @@ egl_platforms=x11,wayland
%endif
-Db_ndebug=true \
-Dc_args="%{optflags}" \
%ifarch %ix86
-Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')"
%else
-Dcpp_args="%{optflags}"
%endif
%meson_build

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 8 08:52:15 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- fixed build on %ix86 by removing "-flto=auto" from optflags for
cpp
-------------------------------------------------------------------
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -859,7 +859,11 @@ egl_platforms=x11,wayland
%endif
-Db_ndebug=true \
-Dc_args="%{optflags}" \
%ifarch %ix86
-Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')"
%else
-Dcpp_args="%{optflags}"
%endif
%meson_build