forked from pool/MozillaThunderbird
Accepting request 947696 from home:marxin:branches:mozilla:Factory
- Enable -fimplicit-constexpr for GCC 12+. OBS-URL: https://build.opensuse.org/request/show/947696 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=621
This commit is contained in:
parent
ed5ea29202
commit
2b26512461
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 13:10:00 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Enable -fimplicit-constexpr for GCC 12+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 7 16:13:57 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -357,6 +357,9 @@ export CC=gcc-9
|
||||
%if 0%{?clang_build} == 0
|
||||
export CC=gcc
|
||||
export CXX=g++
|
||||
%if 0%{?gcc_version:%{gcc_version}} >= 12
|
||||
export CFLAGS="$CFLAGS -fimplicit-constexpr"
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
%ifarch %arm %ix86
|
||||
|
Loading…
Reference in New Issue
Block a user