mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 20:31:43 +00:00
Fix the libclang symlink issue
document recent changes
This commit is contained in:
parent
6e018f1f52
commit
c295e5d70b
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,10 @@
|
||||
llvm-toolchain-16 (1:16.0.6-4) UNRELEASED; urgency=medium
|
||||
|
||||
* lldb-16: lldb no longer depend on llvm-dev (Closes: #1039490)
|
||||
* Unbreak the libclang links (Closes: #1040205)
|
||||
And add tests to make sure we don't regress
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Jun 2023 16:12:39 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 06 Jul 2023 17:12:40 +0200
|
||||
|
||||
llvm-toolchain-16 (1:16.0.6-3) unstable; urgency=medium
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -997,8 +997,8 @@ endif
|
||||
|
||||
: # libclang
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(LLVM_VERSION) libclang.so.$(SONAME_EXT) && \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(LLVM_VERSION) libclang-$(LLVM_VERSION).so.$(SONAME_EXT)
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(FULL_LLVM_VERSION) libclang.so.$(SONAME_EXT) && \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(FULL_LLVM_VERSION) libclang-$(LLVM_VERSION).so.$(SONAME_EXT)
|
||||
|
||||
if test "$(LIBUNWIND_ENABLE)" = yes; then \
|
||||
mkdir -p debian/tmp/usr/include/libunwind; \
|
||||
|
Loading…
Reference in New Issue
Block a user