From aa32a8135ccdb789d3cdfa9038c614a1482d6194 Mon Sep 17 00:00:00 2001 From: alex <38814044+alextwothousand@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:18:14 +0000 Subject: [PATCH] postgresql: Add PG_LIB_DIR and PG_INCLUDE_DIR env vars (#1860) --- bucket/postgresql.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/postgresql.json b/bucket/postgresql.json index 307fa8c97f..75c23c4eef 100644 --- a/bucket/postgresql.json +++ b/bucket/postgresql.json @@ -28,7 +28,9 @@ ], "env_add_path": "bin", "env_set": { - "PGDATA": "$dir\\data" + "PGDATA": "$dir\\data", + "PG_LIB_DIR": "$dir\\lib", + "PG_INCLUDE_DIR": "$dir\\include" }, "persist": "data", "checkver": {