Compare commits
17 commits
rawhide
...
epel9-next
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c88d558ed0 | ||
|
|
1fd9f02297 | ||
|
|
4e797dfa1c | ||
|
|
d6c2c9be30 | ||
|
|
39cf5491b2 | ||
|
|
47fcb436c6 | ||
|
|
c08934a31c | ||
|
|
4ad31b1390 | ||
|
|
34d307e798 | ||
|
|
f23b1bec9a | ||
|
|
75bc5c6299 | ||
|
|
0a649da59a | ||
|
|
94878c13b7 | ||
|
|
eba5422a14 | ||
|
|
1ecc43b03e | ||
|
|
5cad61b2fb | ||
|
|
59b334d37d |
1 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@ BuildRequires: bison
|
|||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
BuildRequires: gcc-toolset-12
|
||||
BuildRequires: gcc-toolset-13
|
||||
%endif
|
||||
# gn links statically (for now)
|
||||
BuildRequires: libstdc++-static
|
||||
|
|
@ -415,7 +415,7 @@ cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium
|
|||
|
||||
%build
|
||||
%if 0%{?rhel} && 0%{?rhel} < 10
|
||||
. /opt/rh/gcc-toolset-12/enable
|
||||
. /opt/rh/gcc-toolset-13/enable
|
||||
%endif
|
||||
export STRIP=strip
|
||||
export NINJAFLAGS="%{__ninja_common_opts}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue