aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorThomas Bouve2012-09-04 15:14:38 +0200
committerAdam Vandenberg2012-09-04 07:44:38 -0700
commit26fd9a60a3af935513ae9671189b49119e169a2a (patch)
tree74cb77f6c15cb049fb487ed358689ae1f80bc5d7 /Library
parentbed1e314cf50e5a884527c5bcd6ab4f5261f1d38 (diff)
downloadhomebrew-26fd9a60a3af935513ae9671189b49119e169a2a.tar.bz2
MariaDB 5.3.8
Fixes #14668. Closes #14690. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mariadb.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index 2e72e0c84..19b98da0a 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mariadb < Formula
homepage 'http://mariadb.org/'
- url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.3.7/kvm-tarbake-jaunty-x86/mariadb-5.3.7.tar.gz'
- sha1 '1ee2ef4895aefabd66b4884c382ba2cd1f7bbe2d'
+ url 'http://ftp.osuosl.org/pub/mariadb/mariadb-5.3.8/kvm-tarbake-jaunty-x86/mariadb-5.3.8.tar.gz'
+ sha1 '1a6cc5e1c0aedf6aae61cd55f8d75fce11fa3115'
depends_on 'readline'
@@ -50,6 +50,7 @@ class Mariadb < Formula
"--with-plugins=max-no-ndb",
"--with-embedded-server",
"--with-libevent",
+ "--with-readline",
]
configure_args << "--without-server" if build.include? 'client-only'