rust-sccache: rebuild against libressl-3.1.3
This commit is contained in:
parent
1e4ddcfdee
commit
961ce6861c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue