mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-21 22:08:21 +00:00
Fix "libc++-11-dev includes libc++abi-11-dev headers" (Closes: #969274)
This commit is contained in:
parent
c8c26a6374
commit
4e78d353dc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -39,6 +39,13 @@ llvm-toolchain-snapshot (1:12~++20200715052739+d6e79e3dd6d-1~exp1) experimental;
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 08 Jul 2020 15:19:14 +0200
|
||||
|
||||
llvm-toolchain-11 (1:11.0.0~+rc2-6) unstable; urgency=medium
|
||||
|
||||
* Fix "libc++-11-dev includes libc++abi-11-dev headers"
|
||||
(Closes: #969274)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Sep 2020 13:32:26 +0200
|
||||
|
||||
llvm-toolchain-11 (1:11.0.0~+rc2-5) unstable; urgency=medium
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -786,6 +786,8 @@ override_dh_installdeb:
|
||||
# Remove them from the libclang-common package
|
||||
rm -f $(CURDIR)/debian/libclang-common-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION_FULL)/include/omp*.h
|
||||
|
||||
# Remove some libc++ abi files in the libc++ file. See bug #969274
|
||||
rm -f $(CURDIR)/debian/libc++-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/include/c++/__cxxabi_config.h $(CURDIR)/debian/libc++-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/include/c++/cxxabi.h
|
||||
# Remove auto generated python pyc
|
||||
find $(CURDIR)/debian/llvm-$(LLVM_VERSION)-tools/usr/lib/llvm-$(LLVM_VERSION)/ -name '*.pyc' | xargs -r rm -f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user