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:
parent
0ed77143e9
commit
5356878841
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue