Date: Sunday, December 18, 2022 @ 22:47:11
Author: freswa
Revision: 1361446
fix includes for Berkeley DB
Modified:
bitcoin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-18 22:26:06 UTC (rev 1361445)
+++ PKGBUILD 2022-12-18 22:47:11 UTC (rev 1361446)
@@ -7,7 +7,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')
@@ -46,7 +46,7 @@
build() {
cd $pkgbase-$pkgver
- ./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
}