summaryrefslogtreecommitdiff
path: root/postgresql/postgresql-perl-rpath.patch
blob: 1eff65da4dd5b2ba59e0419efb1fd8bf96e2496a (plain)
    1 diff -Naur postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile postgresql-9.1.5/src/pl/plperl/GNUmakefile
    2 --- postgresql-9.1.5.orig/src/pl/plperl/GNUmakefile	2012-08-14 18:41:04.000000000 -0400
    3 +++ postgresql-9.1.5/src/pl/plperl/GNUmakefile	2012-08-17 11:15:09.457116708 -0400
    4 @@ -55,6 +55,9 @@
    5 
    6  SHLIB_LINK = $(perl_embed_ldflags)
    7 
    8 +# Force rpath to be used even though we disable it everywhere else
    9 +SHLIB_LINK += $(rpath)
   10 +
   11  REGRESS_OPTS = --dbname=$(PL_TESTDB)
   12  REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \
   13  	plperl_elog plperl_util plperl_init plperlu plperl_array \

Generated by cgit