summarylogtreecommitdiffstats
path: root/postgresql-perl-rpath.patch
diff options
context:
space:
mode:
authorGoliathLabs2020-04-25 15:05:10 +0200
committerGoliathLabs2020-04-25 15:05:10 +0200
commitae8c0e38f317cb30f6d435f9617523144979b8c9 (patch)
treec711bbd98268cce13ffc664a06c49327de467521 /postgresql-perl-rpath.patch
parent04197d00fc586527cbca4cc5fcbefcad8f271588 (diff)
downloadaur-ae8c0e38f317cb30f6d435f9617523144979b8c9.tar.gz
Updated: patch & pkgver
Diffstat (limited to 'postgresql-perl-rpath.patch')
-rw-r--r--postgresql-perl-rpath.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/postgresql-perl-rpath.patch b/postgresql-perl-rpath.patch
index c4c4fdad2898..1865b012afd8 100644
--- a/postgresql-perl-rpath.patch
+++ b/postgresql-perl-rpath.patch
@@ -1,13 +1,13 @@
diff -Naur postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile postgresql-9.1.5/src/pl/plperl/GNUmakefile
--- postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile 2012-08-14 18:41:04.000000000 -0400
+++ postgresql-9.1.5/src/pl/plperl/GNUmakefile 2012-08-17 11:15:09.457116708 -0400
-@@ -43,6 +43,9 @@
+@@ -55,6 +55,9 @@
SHLIB_LINK = $(perl_embed_ldflags)
+# Force rpath to be used even though we disable it everywhere else
+SHLIB_LINK += $(rpath)
+
- REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-extension=plperl --load-extension=plperlu
- REGRESS = plperl plperl_lc plperl_trigger plperl_shared plperl_elog plperl_util plperl_init plperlu plperl_array
- # if Perl can support two interpreters in one backend,
+ REGRESS_OPTS = --dbname=$(PL_TESTDB)
+ REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \
+ plperl_elog plperl_util plperl_init plperlu plperl_array \