aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index bd1b83773..2164aadff 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -98,6 +98,9 @@ class Mysql < Formula
system "cmake", *args
system "make"
+ # Reported upstream:
+ # http://bugs.mysql.com/bug.php?id=69645
+ inreplace "scripts/mysql_config", / -W[\w-]+ /, " "
system "make install"
# Don't create databases inside of the prefix!