]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make use of system-specific linker option to embed shared library search
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Oct 2000 23:59:39 +0000 (23:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Oct 2000 23:59:39 +0000 (23:59 +0000)
commit6707ede8134a3809409364f3cd3d0c6ca2bbfb7d
tree66fe6873489f5999d5d0bf2c1fc553b3e1f25ec3
parent81024e7d80827620ba4d71e3b5440f8cb43d2652
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.
13 files changed:
configure
configure.in
src/Makefile.global.in
src/Makefile.shlib
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.hpux
src/makefiles/Makefile.irix5
src/makefiles/Makefile.linux
src/makefiles/Makefile.netbsd
src/makefiles/Makefile.openbsd
src/makefiles/Makefile.osf
src/makefiles/Makefile.solaris
src/makefiles/Makefile.unixware