Set rpath for plperl and plpython to ensure we can find the .so files

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 466fb0673956196224b832a71715158b3105e3b0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-11-19T19:23:01Z
Releases: 8.0.0
Set rpath for plperl and plpython to ensure we can find the .so files
for the languages even when not installed in a standard directory.
pltcl may need this treatment as well, but we don't have the right path
conveniently available, so I'll leave it alone as long as there aren't
actual reports of trouble.

Files

PathChange+/−
src/pl/plperl/GNUmakefile modified +3 −1
src/pl/plpython/Makefile modified +3 −2