mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
17 lines
527 B
Diff
17 lines
527 B
Diff
diff --git a/gwlib/utils.c b/gwlib/utils.c
|
|
index b772bfb..7afdcaf 100644
|
|
--- a/gwlib/utils.c
|
|
+++ b/gwlib/utils.c
|
|
@@ -513,8 +513,12 @@ Octstr *version_report_string(const char *boxname)
|
|
OPENSSL_VERSION_TEXT,
|
|
#endif
|
|
#ifdef HAVE_MYSQL
|
|
+#if defined MARIADB_CLIENT_VERSION_STR && !defined MYSQL_SERVER_VERSION
|
|
+ MARIADB_CLIENT_VERSION_STR, mysql_get_client_info(),
|
|
+#else
|
|
MYSQL_SERVER_VERSION, mysql_get_client_info(),
|
|
#endif
|
|
+#endif
|
|
#ifdef HAVE_SDB
|
|
LIBSDB_VERSION,
|
|
#endif
|