mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/bitcoin to 24.0.1-3
This commit is contained in:
parent
81c41c93d0
commit
e16e26ac0b
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
|||
pkgbase=bitcoin
|
||||
pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
|
||||
pkgver=24.0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="https://bitcoin.org/en/wallets/desktop/linux/bitcoincore/"
|
||||
makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq')
|
||||
makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 'protobuf' 'zeromq' 'db5.3')
|
||||
license=('MIT')
|
||||
source=("$pkgbase-$pkgver.tar.gz::https://bitcoincore.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz"
|
||||
"$pkgbase-$pkgver.SHA256SUMS::https://bitcoincore.org/bin/bitcoin-core-$pkgver/SHA256SUMS"
|
||||
|
@ -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 LDFLAGS="-ldb_cxx-5.3 $LDFLAGS" CPPFLAGS="-I/usr/include/db5.3/ $CPPFLAGS"
|
||||
./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