]> git.pld-linux.org Git - packages/zabbix.git/blob - always_compile_ipc.patch
up to 6.0.29
[packages/zabbix.git] / always_compile_ipc.patch
1 diff -urNp -x '*.orig' zabbix-5.2.3.org/configure.ac zabbix-5.2.3/configure.ac
2 --- zabbix-5.2.3.org/configure.ac       2020-12-21 10:47:57.000000000 +0100
3 +++ zabbix-5.2.3/configure.ac   2021-08-24 11:18:54.266877449 +0200
4 @@ -1672,7 +1672,7 @@ AM_CONDITIONAL(HAVE_IPMI, [test "x$have_
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
This page took 0.111949 seconds and 3 git commands to generate.