From 14751c5728717991662d1f9b330131df0c1b1f51 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sun, 30 Sep 2018 15:39:04 +0200 Subject: [PATCH] bitcoin: rebuild against boost-1.68.0 --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index 071fdb24849..3dad6aa36e2 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.16.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr" hostmakedepends="pkg-config yasm"