mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/rust: build fix
we need llvm-libunwind-static
This commit is contained in:
parent
bc331fde13
commit
351e828ddb
@ -16,7 +16,8 @@ license="Apache-2.0 AND MIT"
|
||||
# gcc is needed at runtime just for linking. Someday rustc might invoke
|
||||
# the linker directly, and then we'll only need binutils.
|
||||
# See: https://github.com/rust-lang/rust/issues/11937
|
||||
depends="$pkgname-stdlib=$pkgver-r$pkgrel gcc llvm-libunwind-dev musl-dev"
|
||||
depends="$pkgname-stdlib=$pkgver-r$pkgrel gcc llvm-libunwind-dev
|
||||
llvm-libunwind-static musl-dev"
|
||||
|
||||
# * Rust is self-hosted, so you need rustc (and cargo) to build rustc...
|
||||
# The last revision of this abuild that does not depend on itself (uses
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user