Skip to content

Commit

Permalink
mysql: rebuild
Browse files Browse the repository at this point in the history
* mysql: drop GCC dependency
* mysql: fix build on Linux

Closes #112220.

Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
danielnachun authored and BrewTestBot committed Oct 4, 2022
1 parent 48717b1 commit 6eb4c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ class Mysql < Formula

on_linux do
depends_on "patchelf" => :build
depends_on "gcc" # for C++17
depends_on "libtirpc"
end

conflicts_with "mariadb", "percona-server",
because: "mysql, mariadb, and percona install the same binaries"

fails_with gcc: "5"
fails_with gcc: "5" # for C++17

# Patch out check for Homebrew `boost`.
# This should not be necessary when building inside `brew`.
Expand Down

0 comments on commit 6eb4c7b

Please sign in to comment.