From bfac8ec0d42f348de10fb129946ce8dd88e33571 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 30 Aug 2017 16:34:52 -0700 Subject: [PATCH] specifically require /usr/bin/cc --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 86283c4..963ebf4 100644 --- a/rust.spec +++ b/rust.spec @@ -163,7 +163,7 @@ Requires: %{name}-std-static%{?_isa} = %{version}-%{release} # The C compiler is needed at runtime just for linking. Someday rustc might # invoke the linker directly, and then we'll only need binutils. # https://github.com/rust-lang/rust/issues/11937 -Requires: gcc +Requires: /usr/bin/cc # ALL Rust libraries are private, because they don't keep an ABI. %global _privatelibs lib.*-[[:xdigit:]]*[.]so.*