mysql-connector-c/percona-server conflict

master
Adam Vandenberg 2013-11-16 00:05:42 -08:00
parent e1cd655b02
commit 34d351aba2
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,9 @@ class MysqlConnectorC < Formula
depends_on 'cmake' => :build
conflicts_with 'percona-server',
:because => 'both install `mysql_config`'
fails_with :llvm do
build 2334
cause "Unsupported inline asm"

View File

@ -14,6 +14,8 @@ class PerconaServer < Formula
option 'with-embedded', 'Build the embedded server'
option 'enable-local-infile', 'Build with local infile loading support'
conflicts_with 'mysql-connector-c',
:because => 'both install `mysql_config`'
conflicts_with 'mariadb', 'mysql', 'mysql-cluster',
:because => "percona, mariadb, and mysql install the same binaries."