mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 20:24:58 +00:00
fix 4.0
This commit is contained in:
parent
01da8eacbc
commit
b403591216
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,7 @@
|
||||
llvm-toolchain-4.0 (1:4.0-5) unstable; urgency=medium
|
||||
|
||||
* Really fix "use versioned symbols" for llvm
|
||||
Thanks to Julien Cristau for the patch (Closes: #849098)
|
||||
* Prepare version 4.0.1
|
||||
* Tolerate if ocaml failed
|
||||
* Just like with snapshot, add libncurses in the list of build deps
|
||||
@ -7,6 +9,7 @@ llvm-toolchain-4.0 (1:4.0-5) unstable; urgency=medium
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 25 Apr 2017 13:32:25 +0200
|
||||
|
||||
>>>>>>> .r2572
|
||||
llvm-toolchain-4.0 (1:4.0-4) unstable; urgency=medium
|
||||
|
||||
* Limit the archs where the ocaml binding is built
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -448,9 +448,10 @@ override_dh_auto_install:
|
||||
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs
|
||||
dh_makeshlibs -plibclang$(SONAME_EXT)-$(LLVM_VERSION) -V"libclang$(SONAME_EXT)-$(LLVM_VERSION) (>= 1:4.0-3~)"
|
||||
dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:4.0-3~)"
|
||||
dh_makeshlibs -plibllvm-$(LLVM_VERSION) -V"libllvm-$(LLVM_VERSION) (>= 1:4.0-3~)"
|
||||
dh_makeshlibs --remaining-packages
|
||||
|
||||
override_dh_shlibdeps:
|
||||
# Ignore asan libraries. They would trigger dependencies to multiarch libraries
|
||||
|
Loading…
Reference in New Issue
Block a user