aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-01-25 12:30:06 +0000
committerMike McQuaid2015-01-25 12:30:06 +0000
commit4544bfbf58be167825e479a9b739d96542b480e8 (patch)
tree5263e7fbbe78b621474afc26c981b48841bd1733 /Library
parentb470819bf46c926984d11431335a43115515b3d9 (diff)
downloadhomebrew-4544bfbf58be167825e479a9b739d96542b480e8.tar.bz2
mysql: fix compilation with OpenSSL 1.0.2.
Closes #36205.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 2acc6051e..72bd993c4 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -9,6 +9,13 @@ class Mysql < Formula
sha1 "8987fcf7576f6985b741b19f6b12f6a636be52d3" => :mountain_lion
end
+ # Fixes compilation with OpenSSL 1.0.2
+ # http://bugs.mysql.com/bug.php?id=75623
+ patch do
+ url "https://github.com/mysql/mysql-server/pull/3.diff"
+ sha1 "6b17a31ee32e373dca0f257f7c7884ac6dcf8e1f"
+ end
+
option :universal
option "with-tests", "Build with unit tests"
option "with-embedded", "Build the embedded server"