openbsd-ports/security/clamav/patches/patch-libclamav_Makefile_in
sthen c1856fb9b3 update to clamav-0.103.0. This version now supports reloading signatures
without blocking scans, at the cost of higher memory use. This is enabled
by default; set ConcurrentDatabaseReload to No if this is a problem.
2020-09-15 09:08:36 +00:00

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")";\