mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
- Add correct C include directory at compile time (# 641500)
This commit is contained in:
parent
09e7c11d3e
commit
7ea8ecf20f
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.8
|
Version: 2.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -212,6 +212,7 @@ mv clang-%{version} tools/clang
|
||||||
--enable-debug-runtime \
|
--enable-debug-runtime \
|
||||||
--enable-jit \
|
--enable-jit \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
--with-c-include-dirs=$(echo /usr/lib/gcc/*/*/include) \
|
||||||
--with-cxx-include-root=$(echo /usr/include/c++/*) \
|
--with-cxx-include-root=$(echo /usr/include/c++/*) \
|
||||||
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os}
|
--with-cxx-include-arch=%{_arch}-%{_vendor}-%{_os}
|
||||||
|
|
||||||
|
@ -382,6 +383,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-2
|
||||||
|
- Add correct C include directory at compile time (# 641500)
|
||||||
|
|
||||||
* Tue Oct 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-1
|
* Tue Oct 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-1
|
||||||
- Update to 2.8 release
|
- Update to 2.8 release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue