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

Commit

Permalink
mysql-related conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel authored and klausmeyer committed Jan 10, 2013
1 parent 83c2cf3 commit f0a1389
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/mariadb.rb
Expand Up @@ -24,6 +24,9 @@ class Mariadb < Formula
conflicts_with 'percona-server',
:because => "mariadb and percona-server install the same binaries."

conflicts_with 'mysql-cluster',
:because => "mariadb and mysql-cluster install the same binaries."

env :std if build.universal?

fails_with :clang do
Expand Down
3 changes: 3 additions & 0 deletions Library/Formula/mysql.rb
Expand Up @@ -30,6 +30,9 @@ class Mysql < Formula
conflicts_with 'percona-server',
:because => "mysql and percona-server install the same binaries."

conflicts_with 'mysql-cluster',
:because => "mysql and mysql-cluster install the same binaries."

env :std if build.universal?

fails_with :llvm do
Expand Down
3 changes: 3 additions & 0 deletions Library/Formula/percona-server.rb
Expand Up @@ -22,6 +22,9 @@ class PerconaServer < Formula
conflicts_with 'mariadb',
:because => "percona-server and mariadb install the same binaries."

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

env :std if build.universal?

fails_with :llvm do
Expand Down

0 comments on commit f0a1389

Please sign in to comment.