From ecc984350e0dc8fe34e7c7d38719c46a839d889f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 3 Jun 2021 16:48:36 +0300 Subject: [PATCH] Makefile.am: Update configure parameters for scan-build Especially add --enable-static-checker. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dee457c152..37cbc818d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,7 +104,7 @@ DISTCLEANFILES = \ distcheck-hook: if which scan-build > /dev/null; then \ cd $(distdir)/_build; \ - scan-build -o scan-reports ../configure --with-ldap=auto --with-pgsql=auto --with-mysql=auto --with-sqlite=auto --with-solr=auto --with-gssapi=auto --with-libwrap=auto; \ + scan-build -o scan-reports ../configure --with-ldap=auto --with-pgsql=auto --with-mysql=auto --with-sqlite=auto --with-solr=auto --with-cassandra=auto --with-lua=auto --with-gssapi=auto --with-libwrap=auto --enable-static-checker; \ rm -rf scan-reports; \ scan-build -o scan-reports make 2>&1 || exit 1; \ if ! rmdir scan-reports 2>/dev/null; then \ -- 2.47.3