]> TLD Linux GIT Repositories - packages/zabbix.git/blob - always_compile_ipc.patch
- updated to 6.0.2
[packages/zabbix.git] / always_compile_ipc.patch
1 diff -ur zabbix-6.0.2.orig/configure.ac zabbix-6.0.2/configure.ac
2 --- zabbix-6.0.2.orig/configure.ac      2022-03-24 18:49:21.146483364 +0100
3 +++ zabbix-6.0.2/configure.ac   2022-03-24 18:49:30.113504119 +0100
4 @@ -1685,7 +1685,7 @@
5  AM_CONDITIONAL(HAVE_LIBXML2, test "x$have_libxml2" = "xyes")
6  
7  dnl Check if Zabbix internal IPC services are used
8 -have_ipcservice="no"
9 +have_ipcservice="yes"
10  if test "x$have_ipmi" = "xyes"; then
11         have_ipcservice="yes"
12  fi