mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 17:06:32 +00:00
Broken library symlink fixed in lldb-3.4 (Closes: #715130)
This commit is contained in:
parent
861a07c2be
commit
22dfe00ec5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ llvm-toolchain-3.4 (1:3.4.2-3) unstable; urgency=medium
|
||||
* Running tests respect DEB_BUILD_OPTIONS=parallel=X
|
||||
(Closes: #751943)
|
||||
* Fix FTBFS on powerpc and powerpcspe (Closes: #733890)
|
||||
* Broken library symlink fixed in lldb-3.4 (Closes: #715130)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 19 Jun 2014 19:13:16 +0200
|
||||
|
||||
|
4
debian/lldb-3.4.links.in
vendored
4
debian/lldb-3.4.links.in
vendored
@ -6,3 +6,7 @@ usr/lib/@DEB_HOST_MULTIARCH@/liblldb.so.1 usr/lib/llvm-3.4/lib/liblldb.so.
|
||||
usr/bin/lldb-3.4 usr/bin/lldb
|
||||
usr/bin/lldb-platform-3.4 usr/bin/lldb-platform
|
||||
usr/bin/lldb-gdbserver-3.4 usr/bin/lldb-gdbserver
|
||||
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-3.4.2.so.1 usr/lib/python2.7/dist-packages/lldb/libLLVM-3.4.2.so.1
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM-3.4.2.so.1 usr/lib/python2.7/dist-packages/lldb/libLLVM-3.4.so.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user