Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-02-03 09:59:28 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2020-02-03 10:32:10 +0300
commite1ea0dcb6d2c72795c32809660e70462bc6172de (patch)
treead8715d0cb703ae6a3bfa4e8ab869e7090c773ae /build-backend.xml
parent3d1732850ae674c75446b5feaf1ea3cfba031320 (diff)
.......PS. [ZBXNEXT-5690] added support for libssh
* commit '7d09dce2c8388419e3fd932b32e4303ad73f0bc8': .......... [ZBXNEXT-5690] added jenkins build target .......... [ZBXNEXT-5690] improved bytecount logging for ssh_run .......PS. [ZBXNEXT-5690] code review rework .......PS. [ZBXNEXT-5690] code review rework .......PS. [ZBXNEXT-5690] minor coding guideline fixes & typos .......PS. [ZBXNEXT-5690] fixes for keyboard-interactive authentification .......PS. [ZBXNEXT-5690] remove debug code .......PS. [ZBXNEXT-5690] added support for libssh (cherry picked from commit 0cc954dbed790d5dcc90061c2d120b11338440a0) (cherry picked from commit 369599a35fdca3204efde1073ec3ef45a667c5c1)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 389b14ead5b..7a866574bf7 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -33,6 +33,7 @@
<!-- Additional Zabbix configuration parameters -->
<target name="init-conf-options-2">
<property name="conf8" value="--enable-agent2"/>
+ <property name="conf9" value="--enable-server --enable-agent --enable-proxy ${with.db} --with-ssh"/>
</target>
<!-- Cppcheck static analyzer target -->