Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mariadb@10.11: use system libfmt #205325

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/m/mariadb@10.11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ class MariadbAT1011 < Formula
depends_on "readline" # uses libedit on macOS
end

# system libfmt patch, upstream pr ref, https://github.com/MariaDB/server/pull/3786
patch do
url "https://github.com/MariaDB/server/commit/b6a924b8478d2fab5d51245ff6719b365d7db7f4.patch?full_index=1"
sha256 "77b65b35cf0166b8bb576254ac289845db5a8e64e03b41f1bf4b2045ac1cd2d1"
end

def install
ENV.cxx11

Expand Down
Loading