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:
parent
8c57a2c649
commit
c0d896c198
@ -7,6 +7,7 @@ TERMUX_PKG_SRCURL=https://github.com/bitcoin/bitcoin/archive/v$TERMUX_PKG_VERSIO
|
|||||||
TERMUX_PKG_SHA256=d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
|
TERMUX_PKG_SHA256=d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b
|
||||||
TERMUX_PKG_CONFFILES="var/service/bitcoind/run var/service/bitcoind/log/run"
|
TERMUX_PKG_CONFFILES="var/service/bitcoind/run var/service/bitcoind/log/run"
|
||||||
TERMUX_PKG_BUILD_IN_SRC=true
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
|
||||||
|
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
--disable-tests
|
--disable-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user