From 7cd21ba8a10aea32bf712b20b0ce2eec152bc2b3 Mon Sep 17 00:00:00 2001 From: Chun-wei Kuo Date: Tue, 23 Jul 2013 18:02:42 +0800 Subject: percona-server: workaround for 5.6.12's mysql_config Apply the same fix as per #21011 and #21324. Closes #21399. Signed-off-by: Adam Vandenberg --- Library/Formula/percona-server.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb index 622d9aa8b..048f640bc 100644 --- a/Library/Formula/percona-server.rb +++ b/Library/Formula/percona-server.rb @@ -88,6 +88,9 @@ class PerconaServer < Formula system "cmake", *args system "make" + # Reported upstream: + # http://bugs.mysql.com/bug.php?id=69645 + inreplace "scripts/mysql_config", / +-Wno[\w-]+/, "" system "make install" # Don't create databases inside of the prefix! -- cgit v1.2.3