diff options
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 |
