]> TLD Linux GIT Repositories - packages/zabbix.git/blob - always_compile_ipc.patch
- fix paths
[packages/zabbix.git] / always_compile_ipc.patch
1 diff -ur zabbix-5.0.7.orig/configure.ac zabbix-5.0.7/configure.ac
2 --- zabbix-5.0.7.orig/configure.ac      2020-12-21 10:38:31.000000000 +0100
3 +++ zabbix-5.0.7/configure.ac   2021-01-03 20:31:44.256798240 +0100
4 @@ -1668,7 +1668,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