From 1914b8927096e53cd7be503fc6fcf9c18a98465b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 2 Sep 2011 10:42:50 +0100 Subject: MySQL builds with LLVM; Closes #7372. --- Library/Formula/mysql.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula/mysql.rb') 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. -- cgit v1.2.3