cadaver: use Homebrew's neon

This newer version of neon has an SNI fix

Closes Homebrew/homebrew#14168.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Admin 2012-08-14 15:23:34 +10:00 committed by Adam Vandenberg
parent 0ed77143e9
commit 5356878841

View file

@ -8,10 +8,13 @@ class Cadaver < Formula
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'readline'
depends_on 'neon'
def install
neon_prefix = Formula.factory('neon').opt_prefix
system "./configure", "--prefix=#{prefix}",
"--with-included-neon",
"--with-neon=#{neon_prefix}",
"--with-ssl"
cd 'lib/intl' do
system "make"