mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:35:11 +00:00
libclang-common-3.9-dev: missing multilib binaries for the sanatizer
libraries (Closes: #841923) Many thanks to Norbert Lange for the changes
This commit is contained in:
parent
188e55d5aa
commit
3eb35be56b
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,8 +1,10 @@
|
|||||||
llvm-toolchain-3.8 (1:3.8.1-14) UNRELEASED; urgency=medium
|
llvm-toolchain-3.8 (1:3.8.1-14) unstable; urgency=medium
|
||||||
|
|
||||||
* (Closes: #842142).
|
* libclang-common-3.9-dev: missing multilib binaries for the sanatizer
|
||||||
|
libraries (Closes: #841923)
|
||||||
|
Many thanks to Norbert Lange for the changes
|
||||||
|
|
||||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 04 Nov 2016 12:16:22 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 05 Nov 2016 14:31:41 +0100
|
||||||
|
|
||||||
llvm-toolchain-3.8 (1:3.8.1-13) unstable; urgency=medium
|
llvm-toolchain-3.8 (1:3.8.1-13) unstable; urgency=medium
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
|||||||
lsb-release, patchutils, diffstat, xz-utils, python-dev,
|
lsb-release, patchutils, diffstat, xz-utils, python-dev,
|
||||||
libedit-dev, swig, python-six, python-sphinx, ocaml-nox, binutils-dev,
|
libedit-dev, swig, python-six, python-sphinx, ocaml-nox, binutils-dev,
|
||||||
libjsoncpp-dev,
|
libjsoncpp-dev,
|
||||||
lcov, procps, help2man, dh-ocaml, zlib1g-dev
|
lcov, procps, help2man, dh-ocaml, zlib1g-dev,
|
||||||
|
g++-multilib
|
||||||
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev,
|
Build-Conflicts: oprofile, ocaml, libllvm-3.4-ocaml-dev, libllvm-3.5-ocaml-dev,
|
||||||
libllvm-3.8-ocaml-dev
|
libllvm-3.8-ocaml-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -445,7 +445,8 @@ endif
|
|||||||
|
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
# cd $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ && ln -s libLLVM-$(LLVM_VERSION).so.1 libLLVM-$(LLVM_VERSION).so
|
# cd $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ && ln -s libLLVM-$(LLVM_VERSION).so.1 libLLVM-$(LLVM_VERSION).so
|
||||||
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ dh_shlibdeps
|
# Ignore asan libraries. They would trigger dependencies to multiarch libraries
|
||||||
|
dh_shlibdeps -l$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/ -Xlibclang_rt.asan -Xlibclang_rt.asan
|
||||||
|
|
||||||
override_dh_installman:
|
override_dh_installman:
|
||||||
dh_installman
|
dh_installman
|
||||||
|
Loading…
Reference in New Issue
Block a user