Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7bdf9ba

Browse files
author
Thomas G. Lockhart
committed
Add flags to allow dynamic loader to find Postgres sharable libraries without
having to modify the system-wide library database.
1 parent 495fdfb commit 7bdf9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefiles/Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifdef LINUX_ELF
2-
LDFLAGS+= -rdynamic
2+
LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
33
endif
44
MK_NO_LORDER= true
55

0 commit comments

Comments
 (0)