* Disable the patch force-gcc-header-obj.diff. Seems to cause bug #23556

* Fix the CMake build. thanks to Paweł Bylica for the fix.
  Fix upstream bug #23352
This commit is contained in:
Sylvestre Ledru 2015-05-20 07:20:33 +00:00
parent 6deeaec8f1
commit 74daf1623d
2 changed files with 6 additions and 1 deletions

4
debian/changelog vendored
View File

@ -2,7 +2,9 @@ llvm-toolchain-snapshot (1:3.7~svn231060-1~exp2) UNRELEASED; urgency=medium
* Reflect upstream changes wrt vim package. Split the files into different
directories
* Disable the patch force-gcc-header-obj.diff. Seems to cause bug 23556
* Disable the patch force-gcc-header-obj.diff. Seems to cause bug #23556
* Fix the CMake build. thanks to Paweł Bylica for the fix.
Fix upstream bug #23352
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 21 Apr 2015 09:41:41 +0200

3
debian/rules vendored
View File

@ -328,6 +328,9 @@ override_dh_auto_install:
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/include/llvm/Support/LICENSE.TXT \
$(CURDIR)/debian/llvm-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/build/autoconf/LICENSE.TXT
# Change CMake module dir
sed -i 's|LLVM_CMAKE_DIR "/usr/lib/llvm-$(LLVM_VERSION)/share/llvm/cmake"|LLVM_CMAKE_DIR "/usr/share/llvm-$(LLVM_VERSION)/cmake"|' $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/llvm/cmake/LLVMConfig.cmake
# Managed in lldb-X.Y.links.in
rm -f $(CURDIR)/$(TARGET_BUILD)/Release/lib/python*/site-packages/lldb/_lldb.so