From 6225bef55db90bc71f1701290fdc335145cc7e6d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 6 Aug 2014 11:49:28 +0000 Subject: main/zabbix: enable odbc support Note that this is for monitoring sql servers, not for using ODBC for as backend. ref #3278 --- main/zabbix/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD index 773186d0b..0d7062708 100644 --- a/main/zabbix/APKBUILD +++ b/main/zabbix/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=zabbix pkgver=2.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" arch="all" @@ -73,7 +73,8 @@ build() { --enable-ipv6 \ --with-net-snmp \ --with-libcurl \ - --with-openipmi + --with-openipmi \ + --with-unixodbc \ " # we run build for each db type # make sure prepare is same for each db -- cgit v1.2.3