From a7b643bd50b34f377935dae50ca624cf02a06310 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 12 Dec 2018 12:12:53 +0100 Subject: [PATCH] bitcoin: rebuild against boost-1.69.0 --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 35f845eead6..19c09bd2700 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.17.0.1 -revision=2 +revision=3 wrksrc="${pkgname}-${version%.*}" build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"