- Use gcc13 on Leap
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=64
This commit is contained in:
parent
b32969f581
commit
ffa33b663a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Use gcc13 on Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -64,7 +64,7 @@ BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
%{?systemd_ordering}
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: gcc12-c++
|
||||
BuildRequires: gcc13-c++
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -177,7 +177,8 @@ This package provides automated tests for %{name}-qt5 and %{name}d.
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%if 0%{?suse_version} < 1550
|
||||
export CXX=g++-12
|
||||
export CC=gcc-13
|
||||
export CXX=g++-13
|
||||
%endif
|
||||
%configure \
|
||||
--with-asm=auto \
|
||||
|
Loading…
Reference in New Issue
Block a user