diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) +# make regression tests find pg_filedump (srcdir for build-time testing, bindir for later installcheck) +PATH += :$(srcdir):$(shell $(PG_CONFIG) --bindir) + # avoid linking against all libs that the server links against (xml, selinux, ...) ifneq ($(findstring -llz4,$(LIBS)),) LIBS = $(libpq_pgport) -llz4 |
