specifically require /usr/bin/cc

This commit is contained in:
Josh Stone 2017-08-30 16:34:52 -07:00
parent 27cc11db97
commit bfac8ec0d4
1 changed files with 1 additions and 1 deletions

View File

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