- 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:
parent
c76a830e94
commit
bb1fba2200
@ -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>
|
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -860,7 +860,11 @@ egl_platforms=x11,wayland
|
|||||||
%endif
|
%endif
|
||||||
-Db_ndebug=true \
|
-Db_ndebug=true \
|
||||||
-Dc_args="%{optflags}" \
|
-Dc_args="%{optflags}" \
|
||||||
|
%ifarch %ix86
|
||||||
|
-Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')"
|
||||||
|
%else
|
||||||
-Dcpp_args="%{optflags}"
|
-Dcpp_args="%{optflags}"
|
||||||
|
%endif
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
@ -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>
|
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -859,7 +859,11 @@ egl_platforms=x11,wayland
|
|||||||
%endif
|
%endif
|
||||||
-Db_ndebug=true \
|
-Db_ndebug=true \
|
||||||
-Dc_args="%{optflags}" \
|
-Dc_args="%{optflags}" \
|
||||||
|
%ifarch %ix86
|
||||||
|
-Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')"
|
||||||
|
%else
|
||||||
-Dcpp_args="%{optflags}"
|
-Dcpp_args="%{optflags}"
|
||||||
|
%endif
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user