Skip to content

Commit

Permalink
Allow pg_config to be overridden.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 4, 2013
1 parent 0266f62 commit 98bf86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for PostgreSQL data type CITEXT.

2.0.3
- Fixed the Makefile to allow `PG_CONFIG=/path/to/pg_config` to actually
work.

2.0.2 2011-07-16T20:16:13
- Fixed formatting of the documentation and removed the "Installation"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test

PG_CONFIG = pg_config
PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

0 comments on commit 98bf86e

Please sign in to comment.