]> git.pld-linux.org Git - packages/inn.git/blob - inn-no-common.patch
rebuild with perl 5.32
[packages/inn.git] / inn-no-common.patch
1 --- inn-2.6.3/innd/python.c.orig        2019-02-07 16:02:22.000000000 +0100
2 +++ inn-2.6.3/innd/python.c     2020-11-07 18:39:55.705362751 +0100
3 @@ -60,7 +60,7 @@
4  #include "innd.h"
5  
6  bool           PythonFilterActive;
7 -char           *filterPath;    /* This gets set in art.c. */
8 +extern const char *filterPath; /* This gets set in art.c. */
9  PyObject       *PYFilterObject = NULL;
10  PyObject       *PYFilterModule = NULL;
11  
This page took 0.077872 seconds and 3 git commands to generate.