diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-16 11:26:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-16 11:27:19 +0000 |
commit | 1917c0d3df8dfd125d0797b05ebc38d8e2437cab (patch) | |
tree | 70493ab936003cae27c480868f2c649d08f2da01 /community/zabbix | |
parent | 84f367ea6d5dc1943d0cae690ef41fae8fdfc24f (diff) | |
download | aports-1917c0d3df8dfd125d0797b05ebc38d8e2437cab.tar.bz2 aports-1917c0d3df8dfd125d0797b05ebc38d8e2437cab.tar.xz |
community/zabbix: add php7-fileinfo as dependency
The front-end requires this extension on the edit profile page.
Fixes #11030
Diffstat (limited to 'community/zabbix')
-rw-r--r-- | community/zabbix/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD index 8a53c36eab..32bbe0e53f 100644 --- a/community/zabbix/APKBUILD +++ b/community/zabbix/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=zabbix pkgver=4.4.3 -pkgrel=0 +pkgrel=1 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" arch="all" @@ -12,8 +12,10 @@ license="GPL-2.0-or-later" depends="fping" _php=php7 _php_depends="$_php $_php-gd $_php-curl $_php-bcmath $_php-sockets - $_php-iconv $_php-xmlreader $_php-xmlwriter $_php-ctype - $_php-gettext $_php-session $_php-simplexml $_php-json" + $_php-iconv $_php-xmlreader $_php-xmlwriter $_php-ctype + $_php-gettext $_php-session $_php-simplexml $_php-json + $_php-fileinfo + " makedepends="postgresql-dev curl-dev net-snmp-dev libevent-dev pcre-dev sqlite-dev mariadb-connector-c-dev curl-dev openipmi-dev unixodbc-dev libxml2-dev autoconf automake libssh2-dev gnutls-dev go |