pgsql/src (Makefile.global.in Makefile.shlib)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Friday, October 27, 2000 @ 19:59:39
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src
from hub.org:/home/projects/pgsql/tmp/cvs-serv85608/src

Modified Files:
Makefile.global.in Makefile.shlib

----------------------------- Log Message -----------------------------

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.