]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blobdiff - gcc10.patch
- fix building with gcc 10+, rel 5
[packages/apache-mod_clamav.git] / gcc10.patch
diff --git a/gcc10.patch b/gcc10.patch
new file mode 100644 (file)
index 0000000..c50aeda
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_clamav-0.23/mod_clamav.h~      2009-04-11 01:37:29.000000000 +0200
++++ mod_clamav-0.23/mod_clamav.h       2021-10-20 22:57:08.055181300 +0200
+@@ -98,7 +98,7 @@
+ #define MOD_CLAMAV_INFECTED_STATUS    "INFECTED"
+ #define MOD_CLAMAV_FAILED_STATUS      "failed"
+-module AP_MODULE_DECLARE_DATA clamav_module;
++extern module AP_MODULE_DECLARE_DATA clamav_module;
+ /* the clamav statistics context */
+ #define       VIRUS_LIST_LENGTH       10
This page took 0.039904 seconds and 4 git commands to generate.