about summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/patches/paths-for-split-outputs.patch
blob: 2134f7e81a870389c3598dc41c2d7da781e6ae97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/common/config_info.c
+++ b/src/common/config_info.c
@@ -118,7 +118,7 @@
 	i++;

 	configdata[i].name = pstrdup("PGXS");
+	strlcpy(path, "@out@/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);