forked from pool/bitcoin
- Enable LTO and test package for Leap
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=61
This commit is contained in:
parent
57ece9b5f5
commit
01682373ae
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
- Enable LTO and tests for Leap
|
- Enable LTO and test package for Leap
|
||||||
- Enable sqlite3 support for wallet
|
- Enable sqlite3 support for wallet
|
||||||
- Enable asm optimizations unconditionally
|
- Enable asm optimizations unconditionally
|
||||||
|
|
||||||
|
@ -194,8 +194,10 @@ export CXX=g++-12
|
|||||||
--disable-hardening
|
--disable-hardening
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%check
|
%check
|
||||||
%make_build LC_ALL=C.UTF-8 check
|
%make_build LC_ALL=C.UTF-8 check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user