Add Requires: compiler-rt to clang-libs
This commit is contained in:
parent
31378497ca
commit
0b2ece30d8
@ -1,6 +1,6 @@
|
|||||||
Name: clang
|
Name: clang
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -36,6 +36,7 @@ as libraries and designed to be loosely-coupled and extensible.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Runtime library for clang
|
Summary: Runtime library for clang
|
||||||
|
Requires: compiler-rt%{?_isa} >= %{version}
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Runtime library for clang.
|
Runtime library for clang.
|
||||||
@ -137,6 +138,10 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py*
|
|||||||
%{_mandir}/man1/scan-build.1.*
|
%{_mandir}/man1/scan-build.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 14 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3.9.0-3
|
||||||
|
- Add Requires: compiler-rt to clang-libs.
|
||||||
|
- Without this, compiling with certain CFLAGS breaks.
|
||||||
|
|
||||||
* Tue Nov 1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 3.9.0-2
|
* Tue Nov 1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 3.9.0-2
|
||||||
- Rebuild for new arches
|
- Rebuild for new arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user