diff options
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index bd708bbe2..032afe9ca 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -20,7 +20,7 @@ class Mysql <Formula end def install - ENV.gcc_4_2 # http://github.com/mxcl/homebrew/issues/#issue/144 + fails_with_llvm "http://github.com/mxcl/homebrew/issues/issue/144" # See: http://dev.mysql.com/doc/refman/5.1/en/configure-options.html # These flags may not apply to gcc 4+ |
