From 6707ede8134a3809409364f3cd3d0c6ca2bbfb7d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 27 Oct 2000 23:59:39 +0000 Subject: 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. --- src/makefiles/Makefile.linux | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefiles/Makefile.linux') diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 268beb05aa2..3834552ec38 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -1,5 +1,6 @@ AROPT = crs export_dynamic = -export-dynamic +rpath = -Wl,-rpath,$(libdir) DLSUFFIX = .so CFLAGS_SL = -fpic -- cgit v1.2.3