summaryrefslogtreecommitdiffstats
path: root/postgresql-perl-rpath.patch
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2009-08-18 02:58:55 +0000
committerTom Lane <tgl@fedoraproject.org>2009-08-18 02:58:55 +0000
commit084ca74c6414a272863de0ae756ee704386ae380 (patch)
treeae869622d27f275fe78f7992cda44c6f0879944e /postgresql-perl-rpath.patch
parentcddd7916a21eb15881c02a88fa35b84853e75ccb (diff)
downloadpostgresql-setup-084ca74c6414a272863de0ae756ee704386ae380.tar.gz
postgresql-setup-084ca74c6414a272863de0ae756ee704386ae380.tar.xz
postgresql-setup-084ca74c6414a272863de0ae756ee704386ae380.zip
Update to PostgreSQL 8.4.0.postgresql-8_4_0-1_fc12
Diffstat (limited to 'postgresql-perl-rpath.patch')
-rw-r--r--postgresql-perl-rpath.patch10
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)