From 7bdf9ba35ba2876bf5a61d53989966660a3075ee Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 1 Jul 1997 00:29:40 +0000 Subject: [PATCH] Add flags to allow dynamic loader to find Postgres sharable libraries without having to modify the system-wide library database. --- src/makefiles/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux index 21df0c8a23..528423701c 100644 --- a/src/makefiles/Makefile.linux +++ b/src/makefiles/Makefile.linux @@ -1,5 +1,5 @@ ifdef LINUX_ELF -LDFLAGS+= -rdynamic +LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR) endif MK_NO_LORDER= true -- GitLab