Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
632 B
Diff
23 lines
632 B
Diff
--- a/src/common/config_info.c
|
|
+++ b/src/common/config_info.c
|
|
@@ -118,7 +118,7 @@
|
|
i++;
|
|
|
|
configdata[i].name = pstrdup("PGXS");
|
|
+ strlcpy(path, "@dev@/lib", sizeof(path));
|
|
- get_pkglib_path(my_exec_path, path);
|
|
strlcat(path, "/pgxs/src/makefiles/pgxs.mk", sizeof(path));
|
|
cleanup_path(path);
|
|
configdata[i].setting = pstrdup(path);
|
|
--- a/src/Makefile.global.in
|
|
+++ b/src/Makefile.global.in
|
|
@@ -116,7 +116,7 @@ endif
|
|
|
|
libdir := @libdir@
|
|
|
|
-pkglibdir = $(libdir)
|
|
+pkglibdir = @out@/lib
|
|
ifeq "$(findstring pgsql, $(pkglibdir))" ""
|
|
ifeq "$(findstring postgres, $(pkglibdir))" ""
|
|
override pkglibdir := $(pkglibdir)/postgresql
|