Make use of system-specific linker option to embed shared library search
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| configure | modified | +391 −365 |
| configure.in | modified | +7 −0 |
| src/Makefile.global.in | modified | +5 −1 |
| src/Makefile.shlib | modified | +8 −6 |
| src/makefiles/Makefile.freebsd | modified | +1 −0 |
| src/makefiles/Makefile.hpux | modified | +11 −7 |
| src/makefiles/Makefile.irix5 | modified | +1 −0 |
| src/makefiles/Makefile.linux | modified | +1 −0 |
| src/makefiles/Makefile.netbsd | modified | +1 −0 |
| src/makefiles/Makefile.openbsd | modified | +1 −0 |
| src/makefiles/Makefile.osf | modified | +1 −2 |
| src/makefiles/Makefile.solaris | modified | +5 −1 |
| src/makefiles/Makefile.unixware | modified | +1 −0 |