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:
parent
80125529e5
commit
4717b56f94
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue