rustup: remove perl hostmakedep.

Was probably required for building openssl. Having the proper
environment set in the rust build_helper forces it to use the system's
library.
This commit is contained in:
Érico Rolim 2020-06-10 03:43:05 -03:00 committed by Daniel Kolesa
parent 2753b2f57b
commit 4e253865bf

View file

@ -4,7 +4,7 @@ version=1.21.1
revision=3
build_style=cargo
configure_args="--features no-self-update --bin rustup-init"
hostmakedepends="perl pkg-config"
hostmakedepends="pkg-config"
makedepends="libressl-devel zlib-devel libcurl-devel"
short_desc="Rust toolchain installer"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@ -14,8 +14,8 @@ distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
checksum=3dd54cb15313ff01c930ad4e36326f7d60caadd2d6707790d83bea26fbb8bbe1
pre_build() {
cargo update --package openssl-sys --precise 0.9.53
cargo update --package openssl --precise 0.10.26
cargo update --package openssl-sys --precise 0.9.57
cargo update --package openssl --precise 0.10.29
}
do_install() {