MariaDB 5.3.8

Fixes Homebrew/homebrew#14668.
Closes Homebrew/homebrew#14690.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Thomas Bouve 2012-09-04 15:14:38 +02:00 committed by Adam Vandenberg
parent 6ecbac21df
commit 81ab28a092

View file

@ -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'