mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 04:43:31 +00:00
Needs lcov as an explicit dep
This commit is contained in:
parent
3dbb24b904
commit
317cc8174a
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl8.5, expect,
|
||||
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
||||
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
||||
libisl-dev (>= 0.11.1), binutils-gold [amd64 armel armhf i386 powerpc powerpcspe ppc64 sparc sparc64 x32],
|
||||
${dep:codecoverage}
|
||||
lcov
|
||||
Build-Conflicts: oprofile, ocaml
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://www.llvm.org/
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -67,7 +67,6 @@ ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
|
||||
CODECOVERAGE=yes
|
||||
CXXFLAGS_EXTRA="-fprofile-arcs -ftest-coverage"
|
||||
LDFLAGS_EXTRA="-coverage -lgcov"
|
||||
control_vars = "$(control_vars) -Vdep:codecoverage=lcov"
|
||||
endif
|
||||
|
||||
%:
|
||||
|
Loading…
Reference in New Issue
Block a user