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 c0d643c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/m/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Mysql < Formula
depends_on "protobuf"
depends_on "zlib" # Zlib 1.2.13+
depends_on "zstd"
depends_on "libfido2"

uses_from_macos "curl"
uses_from_macos "cyrus-sasl"
Expand Down Expand Up @@ -105,6 +106,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 c0d643c

Please sign in to comment.