diff options
| author | Mike McQuaid | 2012-07-24 18:29:55 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2012-07-24 18:30:24 +0100 |
| commit | d16b53a199a0db39079a0b6899dc99d60b4e976b (patch) | |
| tree | 2cfb40f4a79aaa25300d668a7ce579365add261e /Library/Formula | |
| parent | a7e2b16e2b5465850e191a26ddbc40407418dd96 (diff) | |
| download | homebrew-d16b53a199a0db39079a0b6899dc99d60b4e976b.tar.bz2 | |
Add bug URL for MySQL no-CLT bug.
Diffstat (limited to 'Library/Formula')
| -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 41498dd59..9723ec7e7 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -31,7 +31,7 @@ class Mysql < Formula # Remove optimization flags from `mysql_config --cflags` # This facilitates easy compilation of gems using a brewed mysql - # Also fix compilation with Xcode and no CLT. + # Also fix compilation with Xcode and no CLT: http://bugs.mysql.com/bug.php?id=66001 def patches; DATA; end def install |
