Less deps for Gloox, and it works better too

Had reports that gnutls broke gloox for https connnections. But good ol' comes-with-osx openssl works.
master
Max Howell 2010-06-21 17:33:16 +01:00
parent 3ff0be3cf7
commit d6351d4b88
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ class Gloox <Formula
homepage 'http://camaya.net/glooxdownload'
md5 'f8eacf1c6476e0a309b453fd04f90e31'
depends_on 'gnutls'
depends_on 'pkg-config'
def patches
@ -15,8 +14,8 @@ class Gloox <Formula
end
def install
system "./configure", "--without-openssl",
"--with-gnutls",
system "./configure", "--with-openssl",
"--without-gnutls",
"--with-zlib",
"--disable-debug",
"--prefix=#{prefix}"