mirror of https://github.com/postgres/postgres
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,5 +1,5 @@
|
||||||
ifdef LINUX_ELF
|
ifdef LINUX_ELF
|
||||||
LDFLAGS+= -rdynamic
|
LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
|
||||||
endif
|
endif
|
||||||
MK_NO_LORDER= true
|
MK_NO_LORDER= true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue