use the version in the scan-build call

This commit is contained in:
Sylvestre Ledru 2014-08-08 06:37:08 +00:00
parent 590dcc74ca
commit b1ecb20782

4
debian/rules vendored
View File

@ -91,8 +91,8 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
# The package are installed through the variable declarations:
# OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main"
# EXTRAPACKAGES="clang-3.6"
PRE_PROCESS=scan-build -analyzer-config stable-report-filename=true
PRE_PROCESS_CONF=scan-build
PRE_PROCESS=scan-build-$(LLVM_VERSION) -analyzer-config stable-report-filename=true
PRE_PROCESS_CONF=scan-build-$(LLVM_VERSION)
# no need to run tests in this case
DEB_BUILD_OPTIONS+=" nocheck"
CONFIGURE_EXTRA += --enable-assertions