monitoring-plugins: build against mariadbclient instead of mysql
This commit is contained in:
parent
6df11d8a93
commit
402390185b
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'monitoring-plugins'
|
||||
pkgname=monitoring-plugins
|
||||
version=2.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--libexecdir=/usr/lib/monitoring-plugins"
|
||||
hostmakedepends="fping openssh postfix procps-ng smbclient"
|
||||
makedepends="libldap-devel libmysqlclient-devel postgresql-libs-devel
|
||||
makedepends="libldap-devel libmariadbclient-devel postgresql-libs-devel
|
||||
zlib-devel"
|
||||
depends="iputils procps-ng"
|
||||
#checkdepends="perl"
|
||||
|
|
Loading…
Reference in New Issue