From b64e9af1c6f28eca0e29e6d73649ca4e1753344a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 7 May 2018 16:38:19 -0300 Subject: [PATCH] bitcoin: rebuild against libminiupnpc.so.17 Closes #14213. Signed-off-by: Enno Boland --- srcpkgs/bitcoin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index c23984972ac..e695dd4a857 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin version=0.16.0 -revision=4 +revision=5 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"