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