Make use of system-specific linker option to embed shared library search

Peter Eisentraut <peter_e@gmx.net>

Commit: 6707ede8134a3809409364f3cd3d0c6ca2bbfb7d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-10-27T23:59:39Z
Releases: 7.1.1
Make use of system-specific linker option to embed shared library search
path into executables and shared libraries (-rpath or -R for most).  Can be
disabled with --disable-rpath, since some binary packaging standards do not
like this option.

Files