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 2164aadff..5c6eb0692 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -100,7 +100,7 @@ class Mysql < Formula system "make" # Reported upstream: # http://bugs.mysql.com/bug.php?id=69645 - inreplace "scripts/mysql_config", / -W[\w-]+ /, " " + inreplace "scripts/mysql_config", / +-Wno[\w-]+/, "" system "make install" # Don't create databases inside of the prefix! |
