mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
bitcoin: rebuild against boost-1.54.
This commit is contained in:
parent
e91c273fbb
commit
2954d6cba2
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.8.5
|
version=0.8.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version}-linux"
|
wrksrc="${pkgname}-${version}-linux"
|
||||||
hostmakedepends="which"
|
hostmakedepends="which"
|
||||||
makedepends="db-devel>=5.3 openssl-devel qt-devel boost-devel>=1.53 automoc4 miniupnpc-devel"
|
makedepends="db-devel>=5.3 openssl-devel qt-devel boost-devel>=1.54 automoc4 miniupnpc-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@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -27,7 +27,7 @@ do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
fi
|
fi
|
||||||
# daemon
|
# daemon
|
||||||
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS -w" USE_UPNP=1
|
make ${makejobs} -f makefile.unix -C src CXXFLAGS="$CXXFLAGS" USE_UPNP=1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue