aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/mysql.rb3
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.