clang++: fix platform-specific include dirs (# 680644)

This commit is contained in:
Michel Alexandre Salim 2011-03-17 14:34:26 +01:00
parent 88425e38fa
commit 1db435d4d6
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@
Name: llvm
Version: 2.8
Release: 8%{?dist}
Release: 9%{?dist}
Summary: The Low Level Virtual Machine
Group: Development/Languages
@ -86,7 +86,7 @@ Summary: A C language family front-end for LLVM
License: NCSA
Group: Development/Languages
# clang requires gcc; clang++ gcc-c++
Requires: gcc-c++
Requires: gcc-c++
%description -n clang
clang: noun
@ -395,6 +395,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
%changelog
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-9
- clang++: fix platform-specific include dirs (# 680644)
* Thu Mar 17 2011 Michel Salim <salimma@fedoraproject.org> - 2.8-8
- clang++: also search for platform-specific include files (# 680644)