]> git.pld-linux.org Git - packages/zabbix.git/blame - always_compile_ipc.patch
up to 6.0.29
[packages/zabbix.git] / always_compile_ipc.patch
CommitLineData
def50f77
ER
1diff -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_
350d05da 5 AM_CONDITIONAL(HAVE_SSH2, [test "x$have_ssh" = "xyes (libssh2)"])
c4cfaa95
JK
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.281778 seconds and 4 git commands to generate.