aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index e8caf741f..b57d3a2e0 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -8,6 +8,8 @@ class Mysql < Formula
depends_on 'cmake' => :build
depends_on 'readline'
+ fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144"
+
def options
[
['--with-tests', "Keep tests when installing."],
@@ -21,8 +23,6 @@ class Mysql < Formula
end
def install
- fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144"
-
args = [
".",
"-DCMAKE_INSTALL_PREFIX='#{prefix}'",