slony: specify --with-pgcofigdir
Fixes #https://github.com/mxcl/homebrew/issues/25016
This commit is contained in:
parent
cbf59bd38d
commit
4805296e9d
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ class Slony < Formula
|
|||
depends_on :postgresql
|
||||
|
||||
def install
|
||||
postgres = Formula.factory('postgresql')
|
||||
system "./configure", "--disable-debug",
|
||||
"--with-pgconfigdir=#{postgres.opt_prefix}/bin",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue