Commit Graph

8 Commits

Author SHA1 Message Date
Sylvestre Ledru
c9a7add854 refresh a patch 2014-12-30 16:29:28 +00:00
Sylvestre Ledru
f351ffe2e3 Disable profile_rt.diff for now 2014-02-21 10:29:35 +00:00
Sylvestre Ledru
9e36f19118 * New snapshot release
* Merge changes from the 3.3 branch (see 1:3.3-10)
* Install libclang.so in /usr/lib/*/libclang-3.3.so
* Install libclang.so.1 in /usr/lib/*/libclang-3.3.so.1
* Also ship the python clang binding (python-clang-3.3)
  (LLVM no longer mean Low Level Virtual Machine)
* Disable the build of lldb under HURD
* Ship the lldb headers into lldb-X.Y-dev (Closes: #723743)
  I might create a liblldb-X.Y library at some point but I think it is too
  early.
* Fix "cannot compile this atomic library call"
  Thanks to Francisco Facioni for the refresh (Closes: #705115)
* Install libclang.so in /usr/lib/*/libclang-3.3.so
* Install libclang.so.1 in /usr/lib/*/libclang-3.3.so.1
* Also ship the python clang binding (python-clang-3.3)
* Fix a FTBFS with a duplicate declaration of shouldUseInlineAtomic
* Update the build dependency from tcl8.5 to tcl (Closes: #725953)
2013-10-10 11:40:12 +00:00
Sylvestre Ledru
739f8fe8b3 refresh of the patches 2013-09-02 12:03:30 +00:00
Sylvestre Ledru
6270d75c8f Refresh of the patch 2013-08-22 07:18:24 +00:00
Sylvestre Ledru
955ca891e7 Also apply unwind-chain-inclusion.diff from the snapshot branch to make sure
we can build the package locally even if libclang-dev is installed
2013-08-21 11:06:22 +00:00
Sylvestre Ledru
5c9ce3725a refresh of the patches 2013-08-11 08:02:45 +00:00
Sylvestre Ledru
bcf188083e Without this patch, the first local include of unwind.h might, with the
__has_include_next, try to include the one from the system.
 It might be /usr/include/clang/3.4/include/unwind.h
 Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
 from the system.
2013-07-05 08:17:08 +00:00