bitcoin: rebuild against protobuf-3.7.0
[ci skip]
This commit is contained in:
parent
bff58bb8d6
commit
e3704e7438
1 changed files with 6 additions and 5 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.17.1
|
version=0.17.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
||||||
hostmakedepends="pkg-config yasm"
|
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel
|
hostmakedepends="pkg-config yasm protobuf"
|
||||||
qrencode-devel libatomic-devel"
|
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"
|
short_desc="Bitcoin is a peer-to-peer network based digital currency"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue