litecoin: rebuild against protobuf-3.6.0
This commit is contained in:
parent
6625e05bcf
commit
1f6fd62706
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'litecoin'
|
# Template file for 'litecoin'
|
||||||
pkgname=litecoin
|
pkgname=litecoin
|
||||||
version=0.16.0
|
version=0.16.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests
|
configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests
|
||||||
--with-libressl"
|
--with-libressl"
|
||||||
|
@ -15,7 +15,7 @@ homepage="http://www.litecoin.org/"
|
||||||
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
||||||
checksum=8364a69f05cec64e1fd492d41372552cdde86358d22bb0e074dbf917e65371a0
|
checksum=8364a69f05cec64e1fd492d41372552cdde86358d22bb0e074dbf917e65371a0
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools protobuf"
|
hostmakedepends+=" qt5-host-tools protobuf"
|
||||||
configure_args+=" --with-boost=${XBPS_CROSS_BASE}"
|
configure_args+=" --with-boost=${XBPS_CROSS_BASE}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue