From a2209614d86ae6e7029d1343dc93f244ed27163c Mon Sep 17 00:00:00 2001 From: John Date: Wed, 30 Dec 2020 21:43:46 +0100 Subject: [PATCH] icinga2: build against mariadbclient instead of mysql --- srcpkgs/icinga2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/icinga2/template b/srcpkgs/icinga2/template index 5d657999287..20fe23ad04d 100644 --- a/srcpkgs/icinga2/template +++ b/srcpkgs/icinga2/template @@ -1,14 +1,14 @@ # Template file for 'icinga2' pkgname=icinga2 version=2.9.3 -revision=3 +revision=4 build_style=cmake build_helper="qemu" configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/" 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" depends="monitoring-plugins" conf_files="/etc/${pkgname}/*.conf