without blocking scans, at the cost of higher memory use. This is enabled by default; set ConcurrentDatabaseReload to No if this is a problem.
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
$OpenBSD: patch-libclamav_Makefile_in,v 1.37 2020/09/15 09:08:36 sthen Exp $
|
|
|
|
Index: libclamav/Makefile.in
|
|
--- libclamav/Makefile.in.orig
|
|
+++ libclamav/Makefile.in
|
|
@@ -5276,6 +5276,9 @@ version.h: version.h.tmp
|
|
fi
|
|
|
|
version.h.tmp:
|
|
+ touch version.h.tmp
|
|
+
|
|
+NOT-version.h.tmp:
|
|
$(AM_V_GEN) test -f version.h || touch version.h;\
|
|
rm -f $@;\
|
|
REVISION="$$(LANG=C git --git-dir "$(top_srcdir)"/.git describe --always 2>/dev/null || echo "exported")";\
|