commit: c44b065cb9cac2671aa878c250c9de3e7f47d74f
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Fri Dec 15 03:17:38 2017 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Fri Dec 15 03:18:12 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c44b065c
dev-lang/rust: use fully qualified ar
dev-lang/rust/rust-1.21.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/rust/rust-1.21.0.ebuild b/dev-lang/rust/rust-1.21.0.ebuild
index e0a13e5..15614e7 100644
--- a/dev-lang/rust/rust-1.21.0.ebuild
+++ b/dev-lang/rust/rust-1.21.0.ebuild
@@ -165,6 +165,7 @@ src_configure() {
[target.${RUSTHOST}]
cc = "$(tc-getCC)"
cxx = "$(tc-getCXX)"
+ ar = "$(tc-getAR)"
crt-static = false
EOF
use system-llvm && cat <<- EOF >> "${S}"/config.toml