mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-28 04:59:17 +00:00
update of the path, the libc++ lib hasn't been moved yet
This commit is contained in:
parent
acededc782
commit
32c7bd5600
2
debian/rules
vendored
2
debian/rules
vendored
@ -433,7 +433,7 @@ override_dh_auto_install:
|
||||
|
||||
# Only run on executable, not script
|
||||
chrpath -d `find $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin/ -type f -executable -exec file -i '{}' \; | grep 'x-executable; charset=binary'|cut -d: -f1`
|
||||
chrpath -d debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/libc++abi.so.1.0
|
||||
chrpath -d libcxxabi/build/lib/libc++abi.so.1.0
|
||||
|
||||
cd debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/ && rm -f libclang.so.$(SONAME_EXT) libclang-$(LLVM_VERSION).so; \
|
||||
ln -s libclang-$(LLVM_VERSION).so.$(SONAME_EXT) libclang.so.$(SONAME_EXT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user