mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 23:42:18 +00:00
* 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 (Closes: #861170)
This commit is contained in:
parent
14e4200bcc
commit
4cb6852be1
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,5 +1,16 @@
|
||||
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp3) UNRELEASED; 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
|
||||
(Closes: #861170)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 25 Apr 2017 13:32:25 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:5.0~svn298832-1~exp2) unstable; urgency=medium
|
||||
|
||||
* Limit the archs where the ocaml binding is built
|
||||
Should fix the FTBFS
|
||||
Currently amd64 arm64 armel armhf i386
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -447,9 +447,10 @@ override_dh_auto_install:
|
||||
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs
|
||||
dh_makeshlibs -plibclang$(SONAME_EXT)-$(LLVM_VERSION) -V"libclang$(SONAME_EXT)-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
|
||||
dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~~)"
|
||||
dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
|
||||
dh_makeshlibs -plibllvm-$(LLVM_VERSION) -V"libllvm-$(LLVM_VERSION) (>= 1:5.0~svn298832-1~)"
|
||||
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