rust-sccache: rebuild against libressl-3.1.3

This commit is contained in:
John 2020-07-02 16:59:18 +02:00
parent 1e4ddcfdee
commit 961ce6861c

View file

@ -1,7 +1,7 @@
# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.2.13
revision=1
revision=2
wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo
hostmakedepends="pkg-config"
@ -16,3 +16,7 @@ checksum=34b8eaab25eb467e9796c2f3ad7524c8548bf3afed962a922dd0b40ed2472ef7
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring" ;;
esac
pre_build() {
cargo update --package openssl-sys --precise 0.9.58
}