From e2da72713909d4315aa63f46819412ec4f9f6a42 Mon Sep 17 00:00:00 2001 From: Garrett T Date: Tue, 17 Apr 2018 16:37:45 -0400 Subject: [PATCH] Allow a custom pg_config to be specified --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b6f81a..0cf5136 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ SHLIB_LINK += $(PROTOBUF_C_LDFLAGS) $(POSTGIS_C_LDFLAGS) OBJS = src/decoderbufs.o src/proto/pg_logicaldec.pb-c.o -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) -include $(PGXS) \ No newline at end of file +include $(PGXS)