diff options
| author | Max Howell | 2011-09-02 10:42:50 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-02 12:12:30 +0100 |
| commit | 1914b8927096e53cd7be503fc6fcf9c18a98465b (patch) | |
| tree | 77767ab5be64de6494b77362300bb923ff22bf82 /Library/Formula/mysql.rb | |
| parent | e0f2a274fa6360a572ec21967527492e2a2239c4 (diff) | |
| download | homebrew-1914b8927096e53cd7be503fc6fcf9c18a98465b.tar.bz2 | |
MySQL builds with LLVM; Closes #7372.
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 9002a3c82..d9cec87dd 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -9,7 +9,8 @@ class Mysql < Formula depends_on 'readline' depends_on 'pidof' - fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144" + fails_with_llvm "https://github.com/mxcl/homebrew/issues/issue/144", + :build => 2326 if MacOS.lion? skip_clean :all # So "INSTALL PLUGIN" can work. |
