mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 14:14:54 +00:00
Merge remote-tracking branch 'origin/13' into snapshot
This commit is contained in:
commit
7aabc821f2
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -41,6 +41,7 @@ llvm-toolchain-13 (1:13~++20210731010128+6eaf46beb462-1~exp1) experimental; urge
|
||||
- for now, I am not planning to rename libclang1-13 to libclang13 as it will
|
||||
cause too much churn for a small gain as we will keep libllvm (while
|
||||
losing the capability to have different versions in parallel installed)
|
||||
See upstream c7b3a91017d26266d7556b1ac7c49b06f0109b91
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Jul 2021 09:40:58 +0200
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -625,8 +625,8 @@ override_dh_auto_install:
|
||||
|
||||
: # libclang
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && \
|
||||
ln -s libclang-$(SONAME_CLANG).so libclang.so.$(SONAME_EXT) && \
|
||||
ln -s libclang-$(SONAME_CLANG).so libclang-$(SONAME_CLANG).so.$(SONAME_EXT)
|
||||
ln -s libclang-$(LLVM_VERSION).so libclang.so.$(SONAME_EXT) && \
|
||||
ln -s libclang-$(LLVM_VERSION).so libclang-$(SONAME_CLANG).so.$(SONAME_EXT)
|
||||
|
||||
: # libomp
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib && rm -f libomp.so; \
|
||||
|
Loading…
Reference in New Issue
Block a user