summaryrefslogtreecommitdiff
path: root/inn-no-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'inn-no-common.patch')
-rw-r--r--inn-no-common.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/inn-no-common.patch b/inn-no-common.patch
new file mode 100644
index 0000000..c58e53d
--- /dev/null
+++ b/inn-no-common.patch
@@ -0,0 +1,11 @@
+--- inn-2.6.3/innd/python.c.orig 2019-02-07 16:02:22.000000000 +0100
++++ inn-2.6.3/innd/python.c 2020-11-07 18:39:55.705362751 +0100
+@@ -60,7 +60,7 @@
+ #include "innd.h"
+
+ bool PythonFilterActive;
+-char *filterPath; /* This gets set in art.c. */
++extern const char *filterPath; /* This gets set in art.c. */
+ PyObject *PYFilterObject = NULL;
+ PyObject *PYFilterModule = NULL;
+