Subversion: don't hardcode HOMEBREW_PREFIX
Closes Homebrew/homebrew#10147. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d42b04c577
commit
6ca3b5b0f0
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Subversion < Formula
|
|||
"--prefix=#{prefix}",
|
||||
"--with-ssl",
|
||||
"--with-zlib=/usr",
|
||||
"--with-sqlite=/usr/local",
|
||||
"--with-sqlite=#{HOMEBREW_PREFIX}",
|
||||
# use our neon, not OS X's
|
||||
"--disable-neon-version-check",
|
||||
"--disable-mod-activation",
|
||||
|
|
Loading…
Reference in a new issue