From 9b4ff475571d15d299d2e5e2004f14b423a4235b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Ness?= Date: Thu, 4 Feb 2021 12:09:12 +0100 Subject: [PATCH] Update Makefile to allow spesifying PG_CONFIG --- sources/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Makefile b/sources/Makefile index 909031e..38e2e49 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -10,6 +10,6 @@ PG_CPPFLAGS = $(shell pkg-config libidn --cflags) # can't use -Werror and -Wredundant-decls at the same time PG_CPPFLAGS = -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)