Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Fix boost dependency for mysql #47011

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion Library/Formula/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Mysql < Formula
depends_on "cmake" => :build
depends_on "pidof" unless MacOS.version >= :mountain_lion
depends_on "openssl"
depends_on "boost"
depends_on "boost" => :build

conflicts_with "mysql-cluster", "mariadb", "percona-server",
:because => "mysql, mariadb, and percona install the same binaries."
Expand Down