mysql-connector-c: add conflict with mysql-cluster
This commit is contained in:
parent
0ad7ca3857
commit
229b378bac
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class MysqlConnectorC < Formula
|
||||||
|
|
||||||
conflicts_with "mysql", "mariadb", "percona-server",
|
conflicts_with "mysql", "mariadb", "percona-server",
|
||||||
:because => "both install MySQL client libraries"
|
:because => "both install MySQL client libraries"
|
||||||
|
conflicts_with "mysql-cluster",
|
||||||
|
:because => "both install `bin/my_print_defaults`"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "cmake", ".", "-DWITH_SSL=system", *std_cmake_args
|
system "cmake", ".", "-DWITH_SSL=system", *std_cmake_args
|
||||||
|
|
Loading…
Reference in a new issue