]> git.pld-linux.org Git - packages/cyrus-imapd.git/blame - cyrus-imapd-clamav-0.101.patch
- rel 1
[packages/cyrus-imapd.git] / cyrus-imapd-clamav-0.101.patch
CommitLineData
e68f6eb7
JB
1--- cyrus-imapd-3.0.9/imap/cyr_virusscan.c.orig 2019-03-15 01:31:20.000000000 +0100
2+++ cyrus-imapd-3.0.9/imap/cyr_virusscan.c 2019-04-16 18:46:50.316701915 +0200
3@@ -126,6 +126,11 @@
4 /* ClamAV implementation */
5 #include <clamav.h>
6
7+#ifndef __CLAMAV_CONFIG_H
8+/* clamav 0.101.2 dropped installing clamav-config.h, assume it's major 9 for now */
9+#define LIBCLAMAV_MAJORVER 9
9120b225 10+#endif
e68f6eb7
JB
11+
12 struct clamav_state {
13 struct cl_engine *av_engine;
14 };
This page took 0.082389 seconds and 4 git commands to generate.