Skip to content

Commit

Permalink
mysql: adding -DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes build arg to e…
Browse files Browse the repository at this point in the history
…nable client backwards compatibility. Fixes accepted, upstream MySQL bug: https://bugs.mysql.com/bug.php?id=116616
  • Loading branch information
fulghum committed Dec 19, 2024
1 parent ad70da2 commit 181fad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/m/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def install
-DINSTALL_MANDIR=share/man
-DINSTALL_MYSQLSHAREDIR=share/mysql
-DINSTALL_PLUGINDIR=lib/plugin
-DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes
-DMYSQL_DATADIR=#{datadir}
-DSYSCONFDIR=#{etc}
-DBISON_EXECUTABLE=#{Formula["bison"].opt_bin}/bison
Expand Down

0 comments on commit 181fad9

Please sign in to comment.