diff options
Diffstat (limited to 'main/zabbix')
-rw-r--r-- | main/zabbix/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD index 773186d0b6..0d7062708d 100644 --- a/main/zabbix/APKBUILD +++ b/main/zabbix/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 |