https://bugzilla.rpmfusion.org/show_bug.cgi?id=5527

Aleksei Bavshin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Aleksei Bavshin <[email protected]> ---
https://bugs.freedesktop.org/show_bug.cgi?id=93687#c2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58241

tl;dr: there are two ways to proceed
1. ExcludeArch: ppc64le

2. Add following in the beginning of the spec:
%ifarch ppc64le
# fix compilation on ppc64le (gcc#58241)
%global configure_flags -Dcpp_std=gnu++11
%endif

And then change meson invocation in %build to
%meson %{?configure_flags}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to