summaryrefslogtreecommitdiff
path: root/user/postgresql/perl-rpath.patch
blob: f1354488e2d89cd15240f65c11fa0b9705c67d19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile
--- a/src/pl/plperl/GNUmakefile	2022-01-08 00:23:39.350000000 +0000
+++ b/src/pl/plperl/GNUmakefile	2022-01-08 00:24:13.230000000 +0000
@@ -53,7 +53,7 @@
 endif # win32
 
 
-SHLIB_LINK = $(perl_embed_ldflags)
+SHLIB_LINK = $(perl_embed_ldflags) $(rpath)
 
 REGRESS_OPTS = --dbname=$(PL_TESTDB)
 REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \