mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Add flags to allow dynamic loader to find Postgres sharable libraries without
having to modify the system-wide library database.
This commit is contained in:
parent
495fdfba98
commit
7bdf9ba35b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ifdef LINUX_ELF
|
||||
LDFLAGS+= -rdynamic
|
||||
LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
|
||||
endif
|
||||
MK_NO_LORDER= true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue