mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/bitcoin to 24.0.1-4
This commit is contained in:
parent
4a3ce54515
commit
ba6ba5b0a4
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgbase=bitcoin
|
||||
pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
|
||||
pkgver=24.0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
url="https://bitcoin.org/en/wallets/desktop/linux/bitcoincore/"
|
||||
makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq' 'db5.3')
|
||||
|
@ -50,7 +50,7 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgbase-$pkgver
|
||||
[[ $CARCH == "aarch64" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/-march=armv8-a/-march=armv8-a+crc+crypto/'` && CXXFLAGS="$CFLAGS"
|
||||
./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb BDB_LIBS="-ldb_cxx-5.3" BDB_CFLAGS="-I$/usr/include/db5.3"
|
||||
./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb BDB_LIBS="-ldb_cxx-5.3" BDB_CFLAGS="-I/usr/include/db5.3"
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue