bitcoin: disable builds for arm

Fails at configure stage:

checking whether C++ compiler accepts -march=armv8-a+crc+crypto... yes
checking for ARM CRC32 intrinsics... no
configure: error: "Could not determine Android arch"

***

Patches are wanted in order to fix the issue.
This commit is contained in:
Leonid Pliushch 2021-09-20 20:18:50 +03:00
parent 8c57a2c649
commit c0d896c198
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ TERMUX_PKG_SRCURL=https://github.com/bitcoin/bitcoin/archive/v$TERMUX_PKG_VERSIO
TERMUX_PKG_SHA256=d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
TERMUX_PKG_CONFFILES="var/service/bitcoind/run var/service/bitcoind/log/run"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-tests