slony: specify --with-pgcofigdir

Fixes #https://github.com/mxcl/homebrew/issues/25016
master
Misty De Meo 2013-12-06 20:41:14 -08:00
parent cbf59bd38d
commit 4805296e9d
1 changed files with 2 additions and 0 deletions

View File

@ -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