2021-08-03 Fred Gleason <fredg@paravelsystems.com>

* Changed the 'MYSQL_PKG' dependency for Debian and Raspbian from
	'mysql-client' to 'mariadb-client'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-08-03 20:55:02 -04:00
parent 15ff31483d
commit 381d15ac8f
2 changed files with 5 additions and 2 deletions

View File

@ -22158,3 +22158,6 @@
'RDSystem::timeFormat()' and 'RDSystem::setTimeFormat()' methods.
* Added a 'Date/Time Formats' section to the 'System-Wide Settings'
dialog in rdadmin(1).
2021-08-03 Fred Gleason <fredg@paravelsystems.com>
* Changed the 'MYSQL_PKG' dependency for Debian and Raspbian from
'mysql-client' to 'mariadb-client'.

View File

@ -157,7 +157,7 @@ case "$ar_distro_id" in
AC_SUBST(APACHE_PKG,"apache2")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
AC_SUBST(USERMODE_PKG,"")
AC_SUBST(MYSQL_PKG,"mysql-client")
AC_SUBST(MYSQL_PKG,"mariadb-client")
AC_SUBST(QT_MYSQL_PKG,"libqt5sql5-mysql")
AC_SUBST(DOC_PATH,"/usr/share/doc/rivendell")
AC_SUBST(HAVE_USERMODE,"no")
@ -173,7 +173,7 @@ case "$ar_distro_id" in
AC_SUBST(APACHE_PKG,"apache2")
AC_SUBST(APACHE_CONFIG_DIR,"/etc/apache2/conf.d")
AC_SUBST(USERMODE_PKG,"")
AC_SUBST(MYSQL_PKG,"mysql-client")
AC_SUBST(MYSQL_PKG,"mariadb-client")
AC_SUBST(QT_MYSQL_PKG,"libqt5sql5-mysql")
AC_SUBST(DOC_PATH,"/usr/share/doc/rivendell")
AC_SUBST(HAVE_USERMODE,"no")