bitcoin: new version of libressl
This commit is contained in:
parent
6b4854eb1d
commit
04041961c6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bitcoin'
|
||||
pkgname=bitcoin
|
||||
version=0.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="pkg-config yasm"
|
||||
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel"
|
||||
|
@ -37,12 +37,12 @@ pre_configure() {
|
|||
}
|
||||
do_configure() {
|
||||
cd ${pkgname}-${version}
|
||||
|
||||
|
||||
# The following two patches patches fix an error in release 0.12.0 that avoids
|
||||
# building with libressl although it is not even a dependency any more.
|
||||
patch -Np1 -i ${wrksrc}/7520.patch
|
||||
patch -Np1 -i ${wrksrc}/8b8c753588652c27b7b7f0d56ef962b28f43ff56.patch
|
||||
|
||||
|
||||
./configure ${configure_args} \
|
||||
--with-incompatible-bdb \
|
||||
--disable-ccache \
|
||||
|
|
Loading…
Reference in a new issue