community/rust: build fix

we need llvm-libunwind-static
This commit is contained in:
Natanael Copa 2019-10-03 15:17:11 +00:00
parent bc331fde13
commit 351e828ddb

View File

@ -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