Browse code

Remove -werror flags from dist check target, this makes buildbot useful.

Tom Judge authored on 2012/06/01 00:42:18
Showing 1 changed files
... ...
@@ -29,7 +29,7 @@ pkgconfig_DATA = libclamav.pc
29 29
 # don't complain that configuration files and databases are not removed, this is intended
30 30
 distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
31 31
 DISTCLEANFILES = target.h
32
-DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav --enable-distcheck-werror --enable-all-jit-targets --enable-llvm=yes
32
+DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes
33 33
 lcov:
34 34
 	($(MAKE); cd unit_tests; $(MAKE) lcov)
35 35
 quick-check: