1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

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.
This commit is contained in:
Peter Eisentraut
2000-10-27 23:59:39 +00:00
parent 81024e7d80
commit 6707ede813
13 changed files with 434 additions and 382 deletions

View File

@@ -1,5 +1,6 @@
AROPT = crs
export_dynamic = -Wl,-Bexport
rpath = -Wl,-R$(libdir)
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic