From 351e828ddb447e649acfc38775596d290f92cb05 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 Oct 2019 15:17:11 +0000 Subject: [PATCH] community/rust: build fix we need llvm-libunwind-static --- community/rust/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 0cfd561ad0d..69bd76ce166 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -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