subversion: restore neon support
Neon is needed to connect to certain WebDAV servers. Closes Homebrew/homebrew#20495.
This commit is contained in:
parent
ee61a79f59
commit
b60ef718a4
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ class Subversion < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
|
||||
# Always build against Homebrew versions instead of system versions for consistency.
|
||||
depends_on 'sqlite'
|
||||
depends_on 'neon'
|
||||
depends_on 'serf'
|
||||
depends_on 'sqlite'
|
||||
depends_on :python => :optional
|
||||
|
||||
# Building Ruby bindings requires libtool
|
||||
|
@ -79,7 +80,7 @@ class Subversion < Formula
|
|||
"--with-zlib=/usr",
|
||||
"--with-sqlite=#{Formula.factory('sqlite').opt_prefix}",
|
||||
"--with-serf=#{Formula.factory('serf').opt_prefix}",
|
||||
"--without-neon",
|
||||
"--disable-neon-version-check",
|
||||
"--disable-mod-activation",
|
||||
"--disable-nls",
|
||||
"--without-apache-libexecdir",
|
||||
|
|
Loading…
Reference in a new issue