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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-10-23 22:33:13 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2020-10-23 22:33:13 +0300
commit36454613ca7b39331a397f4fdcb150a340330245 (patch)
treeffdce10e5845e813176f8363da5ffce1098f7fbb /build-backend.xml
parent01e42b4600efdc330ebdc7ed46db9753a3e7f6c8 (diff)
.......... [ZBXNEXT-686] increased Oracle client version in the backend-build tests
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 147bff32c1d..1f1406b5065 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -169,7 +169,7 @@
<target name="make-db-oracle" unless="${with.oracle}">
<!-- Build Zabbix with oracle database -->
<sequential>
- <make args="--enable-server --enable-agent --enable-proxy --with-oracle --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-openssl --with-ldap --with-libcurl --with-oracle-include=/usr/include/oracle/12.1/client64 --with-oracle-lib=/usr/lib/oracle/12.1/client64/lib"/>
+ <make args="--enable-server --enable-agent --enable-proxy --with-oracle --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-openssl --with-ldap --with-libcurl --with-oracle-include=/usr/include/oracle/19.8/client64 --with-oracle-lib=/usr/lib/oracle/19.8/client64/lib"/>
</sequential>
</target>