From 4717b56f9439245b90716e806c9af40fbd468942 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 24 Apr 2021 14:51:22 +0200 Subject: [PATCH] mariadb: remove git from hostmakedepends This caused a cyclic dep between git <> mariadb git is only used in CMake if the source dir would actually be a git checkout --- srcpkgs/mariadb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mariadb/template b/srcpkgs/mariadb/template index e6b8a820277..db79671bf9d 100644 --- a/srcpkgs/mariadb/template +++ b/srcpkgs/mariadb/template @@ -17,7 +17,7 @@ configure_args="-DBUILD_CONFIG=mysql_release -DWITH_EMBEDDED_SERVER=ON -DPLUGIN_TOKUDB=NO -DPLUGIN_BLACKHOLE=YES -DPLUGIN_PARTITION=YES -DWITH_EXTRA_CHARSETS=complex -DWITH_LIBWRAP=OFF -DWITH_READLINE=ON -DWITH_SYSTEMD=no -DWITH_PCRE=system" -hostmakedepends="bison perl flex pkg-config git" +hostmakedepends="bison perl flex pkg-config" makedepends="ncurses-devel gnutls-devel libaio-devel boost-devel pam-devel zlib-devel pcre2-devel libatomic-devel" depends="mariadb-client"