diff options
| author | Tom Lane <tgl@fedoraproject.org> | 2010-05-17 17:30:50 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@fedoraproject.org> | 2010-05-17 17:30:50 +0000 |
| commit | 3adc308eb217765f86e77736d8968ed14b5e1ccd (patch) | |
| tree | 0b66c01ddbe2e57605ce2777eb090f55c146483e /postgresql-perl-rpath.patch | |
| parent | 446c31a8ed98ee070df29017a7752f6cfc08b3a4 (diff) | |
Update to PostgreSQL 8.4.4postgresql-8_4_4-1_fc14
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 26634b7..28331ee 100644 --- a/postgresql-perl-rpath.patch +++ b/postgresql-perl-rpath.patch @@ -7,9 +7,9 @@ So work around it by adding an rpath spec to plperl.so (only). Per bug #162198. -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 +diff -Naur postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile postgresql-8.4.4/src/pl/plperl/GNUmakefile +--- postgresql-8.4.4.orig/src/pl/plperl/GNUmakefile 2010-05-13 12:40:36.000000000 -0400 ++++ postgresql-8.4.4/src/pl/plperl/GNUmakefile 2010-05-14 11:50:27.000000000 -0400 @@ -38,6 +38,9 @@ SHLIB_LINK = $(perl_embed_ldflags) @@ -17,6 +17,6 @@ diff -Naur postgresql-8.4.0.orig/src/pl/plperl/GNUmakefile postgresql-8.4.0/src/ +# Force rpath to be used even though we disable it everywhere else +SHLIB_LINK += $(rpath) + - REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plperl + REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plperl --load-language=plperlu REGRESS = plperl plperl_trigger plperl_shared plperl_elog - # where to find psql for running the tests + # if Perl can support two interpreters in one backend, |
