diff options
Diffstat (limited to 'postgresql-perl-rpath.patch')
-rw-r--r-- | postgresql-perl-rpath.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/postgresql-perl-rpath.patch b/postgresql-perl-rpath.patch index 74484c4..26634b7 100644 --- a/postgresql-perl-rpath.patch +++ b/postgresql-perl-rpath.patch @@ -7,12 +7,12 @@ So work around it by adding an rpath spec to plperl.so (only). Per bug #162198. -diff -Naur postgresql-8.2.0.orig/src/pl/plperl/GNUmakefile postgresql-8.2.0/src/pl/plperl/GNUmakefile ---- postgresql-8.2.0.orig/src/pl/plperl/GNUmakefile 2006-07-20 20:24:04.000000000 -0400 -+++ postgresql-8.2.0/src/pl/plperl/GNUmakefile 2006-12-04 20:00:56.000000000 -0500 -@@ -36,6 +36,9 @@ +diff -Naur postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile postgresql-8.4.0/src/pl/plperl/GNUmakefile +--- postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile 2009-06-05 14:29:56.000000000 -0400 ++++ postgresql-8.4.0/src/pl/plperl/GNUmakefile 2009-08-12 23:28:57.000000000 -0400 +@@ -38,6 +38,9 @@ - SHLIB_LINK = $(perl_embed_ldflags) $(BE_DLLLIBS) + SHLIB_LINK = $(perl_embed_ldflags) +# Force rpath to be used even though we disable it everywhere else +SHLIB_LINK += $(rpath) |