mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03: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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user