From 0dc3ffd35ebffadb6a3b16880941b4a747f168d5 Mon Sep 17 00:00:00 2001 From: Chrysanthemum Swingler Date: Tue, 20 Aug 2024 12:18:18 -0500 Subject: [PATCH] mysql-client: fix add authentication plugins in mysql-client@9.0 This adds the `-DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes` flag to add support for older MySQL authentication methods. This support was in the default build prior to MySQL 9.0, but were dropped with that release. Closes #180498 --- Formula/m/mysql-client.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/m/mysql-client.rb b/Formula/m/mysql-client.rb index 72acf7922da5..0cf93a61361f 100644 --- a/Formula/m/mysql-client.rb +++ b/Formula/m/mysql-client.rb @@ -48,6 +48,7 @@ def install -DINSTALL_INFODIR=share/info -DINSTALL_MANDIR=share/man -DINSTALL_MYSQLSHAREDIR=share/mysql + -DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes -DWITH_BOOST=boost -DWITH_EDITLINE=system -DWITH_FIDO=system