]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile.am: Update configure parameters for scan-build
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 3 Jun 2021 13:48:36 +0000 (16:48 +0300)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Fri, 4 Jun 2021 12:19:39 +0000 (12:19 +0000)
Especially add --enable-static-checker.

Makefile.am

index dee457c152e474f7c34244139ad8c324c7b164eb..37cbc818d3d02b30be134e89eb9915496252d5cc 100644 (file)
@@ -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 \