mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bitcoin: remove unused protobuf makedepends
The bitcoin package only uses protobuf if configured with --enable-bip70, which is not the case for our templates, so there is no need for protobuf makedepends.
This commit is contained in:
parent
1da38a12d7
commit
a8de81df17
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
||||||
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config yasm protobuf"
|
hostmakedepends="pkg-config yasm"
|
||||||
makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
|
makedepends="db-devel boost-devel miniupnpc-devel
|
||||||
miniupnpc-devel libevent-devel qrencode-devel libatomic-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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue