rustup: rebuild against OpenSSL
This commit is contained in:
parent
2c58c8b3cb
commit
013b87666a
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.23.1
|
version=1.23.1
|
||||||
revision=2
|
revision=3
|
||||||
# rustup doesn't recognize this target
|
# rustup doesn't recognize this target
|
||||||
archs="~armv*-musl"
|
archs="~armv*-musl"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="--features no-self-update --bin rustup-init"
|
configure_args="--features no-self-update --bin rustup-init"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel zlib-devel libcurl-devel"
|
makedepends="openssl-devel zlib-devel libcurl-devel"
|
||||||
short_desc="Rust toolchain installer"
|
short_desc="Rust toolchain installer"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue