From dc5d10cd4976badfffc6fa9192a3d946e9672c7b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 28 Nov 2013 19:32:36 -0600 Subject: Add conflicts_with annotations for mysql-connector-c Fixes #24756. --- Library/Formula/mysql.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/mysql.rb') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index eec11aeab..e9c212081 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -25,6 +25,8 @@ class Mysql < Formula conflicts_with 'mysql-cluster', 'mariadb', 'percona-server', :because => "mysql, mariadb, and percona install the same binaries." + conflicts_with 'mysql-connector-c', + :because => 'both install MySQL client libraries' env :std if build.universal? -- cgit v1.2.3