From 0b2ece30d8e3c7783ba41d141a411080ff2a8f4b Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Mon, 14 Nov 2016 14:35:19 -0500 Subject: [PATCH] Add Requires: compiler-rt to clang-libs --- clang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 4463576..58e1d5b 100644 --- a/clang.spec +++ b/clang.spec @@ -1,6 +1,6 @@ Name: clang Version: 3.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C language family front-end for LLVM License: NCSA @@ -36,6 +36,7 @@ as libraries and designed to be loosely-coupled and extensible. %package libs Summary: Runtime library for clang +Requires: compiler-rt%{?_isa} >= %{version} %description libs Runtime library for clang. @@ -137,6 +138,10 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py* %{_mandir}/man1/scan-build.1.* %changelog +* Mon Nov 14 2016 Nathaniel McCallum - 3.9.0-3 +- Add Requires: compiler-rt to clang-libs. +- Without this, compiling with certain CFLAGS breaks. + * Tue Nov 1 2016 Peter Robinson 3.9.0-2 - Rebuild for new arches