Skip to content
Snippets Groups Projects
Commit 7bdf9ba3 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

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

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