]> TLD Linux GIT Repositories - packages/zabbix.git/blob - always_compile_ipc.patch
- updated to 5.4.3
[packages/zabbix.git] / always_compile_ipc.patch
1 diff -ur zabbix-5.4.3.orig/configure.ac zabbix-5.4.3/configure.ac
2 --- zabbix-5.4.3.orig/configure.ac      2021-07-21 09:21:30.000000000 +0200
3 +++ zabbix-5.4.3/configure.ac   2021-07-26 15:22:01.354383385 +0200
4 @@ -1682,7 +1682,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