Skip to content

Commit

Permalink
Pass PG_CONFIG variable to configure, for the benefit of citus
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed May 22, 2016
1 parent 1cae88f commit 04bf747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pex
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ _install_one() {
--bindir=$("$pg_config" --bindir) \
--includedir=$("$pg_config" --includedir) \
--libdir=$("$pg_config" --libdir) \
--with-pgconfig=$("$pg_config" --bindir)/pg_config || exit
--with-pgconfig=$("$pg_config" --bindir)/pg_config \
PG_CONFIG="$pg_config" || exit
fi
"$gnumake" all USE_PGXS=1 PG_CONFIG="$pg_config" || exit
output "Installing $pkg"
Expand Down

0 comments on commit 04bf747

Please sign in to comment.