From 650e4feacf8b51bb106457989f7f039b3eea657a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 12 Feb 2016 20:19:10 -0600 Subject: [PATCH] BuildRequites llvm-static Signed-off-by: Dennis Gilmore --- clang.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang.spec b/clang.spec index f8852c6..92522dc 100644 --- a/clang.spec +++ b/clang.spec @@ -12,6 +12,7 @@ Source100: clang-config.h BuildRequires: cmake BuildRequires: llvm-devel = %{version} BuildRequires: libxml2-devel +BuildRequires: llvm-static Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -141,6 +142,7 @@ done %changelog * Fri Feb 12 2016 Dave Airlie 3.7.1-4 - rebuild against latest llvm packages +- add BuildRequires llvm-static * Wed Feb 03 2016 Fedora Release Engineering - 3.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild