From fc4dadb914658b936a9d056d92107c59b23a9f61 Mon Sep 17 00:00:00 2001 From: o01eg Date: Tue, 17 Oct 2017 06:11:51 +0300 Subject: [PATCH] Fix compilation after https://github.com/rust-lang/rust/pull/45191 --- dev-lang/rust/rust-9999-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-9999-r1.ebuild b/dev-lang/rust/rust-9999-r1.ebuild index 149e3ae..a159424 100644 --- a/dev-lang/rust/rust-9999-r1.ebuild +++ b/dev-lang/rust/rust-9999-r1.ebuild @@ -124,11 +124,12 @@ src_configure() { debug-assertions = $(toml_usex debug) use-jemalloc = true default-linker = "${linker}" - default-ar = "${archiver}" rpath = false + ignore-git = false [target.${rust_target}] cc = "${c_compiler}" cxx = "${cxx_compiler}" + ar = "${archiver}" EOF if use system-llvm; then