icinga2: build against mariadbclient instead of mysql
This commit is contained in:
parent
7251d107ff
commit
a2209614d8
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'icinga2'
|
# Template file for 'icinga2'
|
||||||
pkgname=icinga2
|
pkgname=icinga2
|
||||||
version=2.9.3
|
version=2.9.3
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||||
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run
|
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run
|
||||||
-DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
-DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
||||||
hostmakedepends="flex git"
|
hostmakedepends="flex git"
|
||||||
makedepends="libressl-devel boost-devel libmysqlclient-devel libedit-devel
|
makedepends="libressl-devel boost-devel libmariadbclient-devel libedit-devel
|
||||||
yajl-devel postgresql-libs-devel"
|
yajl-devel postgresql-libs-devel"
|
||||||
depends="monitoring-plugins"
|
depends="monitoring-plugins"
|
||||||
conf_files="/etc/${pkgname}/*.conf
|
conf_files="/etc/${pkgname}/*.conf
|
||||||
|
|
Loading…
Reference in New Issue