1
0
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:
Thomas G. Lockhart
1997-07-01 00:29:40 +00:00
parent 495fdfba98
commit 7bdf9ba35b

View File

@@ -1,5 +1,5 @@
ifdef LINUX_ELF
LDFLAGS+= -rdynamic
LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
endif
MK_NO_LORDER= true