mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 17:10:47 +00:00
Also path LD_LIBRARY_PATH for install
Fails with cmake binary backport like on bionic s390x [0/4] cd "/build/llvm-toolchain-snapshot-15~++20220214091440+07153f7e072d/build-llvm/runtimes/runtimes-bins" && /tmp/cmake/bin/cmake --build . /tmp/cmake/bin/cmake: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
This commit is contained in:
parent
4a57c47f08
commit
caaf053d78
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-14 (1:14.0.0~+rc1-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Also path LD_LIBRARY_PATH for install
|
||||
when cmake binary backport like on bionic s390x (for apt.llvm.org)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 14 Feb 2022 21:19:44 +0100
|
||||
|
||||
llvm-toolchain-14 (1:14.0.0~+rc1-1) unstable; urgency=medium
|
||||
|
||||
* First testing release of 14
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -733,7 +733,7 @@ override_dh_auto_install:
|
||||
# Clean up temporary files to make sure the install works
|
||||
rm -rf $(find $(TARGET_BUILD) -wholename '*CMakeFiles*' -not -name CMakeLists.txt -a -name "*.dir" -type d)
|
||||
# install/fast enables a make install without recompiling temporary files
|
||||
LD_LIBRARY_PATH=$(STAGE_2_LIB_DIR) DESTDIR=$(DEB_INST)/ ninja -C $(TARGET_BUILD) $(VERBOSE) stage2-install
|
||||
LD_LIBRARY_PATH=$(STAGE_2_LIB_DIR):$$LD_LIBRARY_PATH DESTDIR=$(DEB_INST)/ ninja -C $(TARGET_BUILD) $(VERBOSE) stage2-install
|
||||
|
||||
# Not used on Linux.
|
||||
rm -f $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/bin/argdumper
|
||||
|
Loading…
Reference in New Issue
Block a user