Commit 7bdf9ba3 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add flags to allow dynamic loader to find Postgres sharable libraries without

 having to modify the system-wide library database.
parent 495fdfba
ifdef LINUX_ELF
LDFLAGS+= -rdynamic
LDFLAGS+= -rdynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
endif
MK_NO_LORDER= true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment