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
This commit is contained in:
John 2021-04-24 14:51:22 +02:00
parent 80125529e5
commit 4717b56f94

View file

@ -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"