[llvm-commits] [test-suite] r105398 - /test-suite/trunk/MultiSource/Applications/ClamAV/Makefile

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jun 3 11:17:34 PDT 2010


Author: stoklund
Date: Thu Jun  3 13:17:34 2010
New Revision: 105398

URL: http://llvm.org/viewvc/llvm-project?rev=105398&view=rev
Log:
Disable file locking in ClamAV. It fails sometimes on network mounts, and it
doesn't contribute to testing the compiler.

Modified:
    test-suite/trunk/MultiSource/Applications/ClamAV/Makefile

Modified: test-suite/trunk/MultiSource/Applications/ClamAV/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/Makefile?rev=105398&r1=105397&r2=105398&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/ClamAV/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/ClamAV/Makefile Thu Jun  3 13:17:34 2010
@@ -24,7 +24,7 @@
 #	 LzmaStateDecode.c) \
 
 PROG = clamscan
-CPPFLAGS += -DHAVE_CONFIG_H -I.
+CPPFLAGS += -DHAVE_CONFIG_H -I. -DDONT_LOCK_DBDIRS
 LDFLAGS = -lz
 RUN_OPTIONS = --debug --exclude-dir .svn --verbose -d$(PROJ_SRC_DIR)/dbdir -r $(PROJ_SRC_DIR)/inputs/*
 





More information about the llvm-commits mailing list