From: Timo Sirainen Date: Thu, 3 Jun 2021 13:48:36 +0000 (+0300) Subject: Makefile.am: Update configure parameters for scan-build X-Git-Tag: 2.3.16~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecc984350e0dc8fe34e7c7d38719c46a839d889f;p=thirdparty%2Fdovecot%2Fcore.git Makefile.am: Update configure parameters for scan-build Especially add --enable-static-checker. --- 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 \