bitcoin: rebuild against protobuf-3.7.0

[ci skip]
This commit is contained in:
maxice8 2019-03-01 12:03:21 -03:00
parent bff58bb8d6
commit e3704e7438
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,13 +1,14 @@
# Template file for 'bitcoin'
pkgname=bitcoin
version=0.17.1
revision=1
revision=2
wrksrc="${pkgname}-${version}"
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"
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel
qrencode-devel libatomic-devel"
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config yasm protobuf"
makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
short_desc="Bitcoin is a peer-to-peer network based digital currency"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="MIT"