]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use MARIADB_BASE_VERSION instead of LIBMARIADB to detect Maria DB
authorOndřej Surý <ondrej@sury.org>
Thu, 28 Apr 2022 11:37:40 +0000 (13:37 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 28 Apr 2022 16:00:50 +0000 (18:00 +0200)
commit5835aae694a09d7f44e236df24a97d484108da46
treeef52ef740480b783361605116533f04206e459c9
parentf4139bbbc49def4a376150ebaf14aed0fc6b97a5
Use MARIADB_BASE_VERSION instead of LIBMARIADB to detect Maria DB

It was discovered that MariaDB 10 didn't define LIBMARIADB leading
to compilation errors of MySQL DLZ modules on Debian stretch.

Use MARIADB_BASE_VERSION instead which is defined in all tested MariaDB
versions.
contrib/dlz/modules/mysql/dlz_mysql_dynamic.c
contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c