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
1 changed files with 1 additions and 1 deletions

View File

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