]> TLD Linux GIT Repositories - packages/zabbix.git/blob - always_compile_ipc.patch
- updated to 6.0.29
[packages/zabbix.git] / always_compile_ipc.patch
1 diff -ur zabbix-6.0.25.orig/configure.ac zabbix-6.0.25/configure.ac
2 --- zabbix-6.0.25.orig/configure.ac     2024-01-10 22:41:08.948976927 +0100
3 +++ zabbix-6.0.25/configure.ac  2024-01-10 22:41:22.992152959 +0100
4 @@ -1542,7 +1542,7 @@
5  AM_CONDITIONAL(HAVE_SSH2, [test "x$have_ssh" = "xyes (libssh2)"])
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