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

having to modify the system-wide library database.
REL6_4
Thomas G. Lockhart 29 years ago
parent 495fdfba98
commit 7bdf9ba35b
  1. 2
      src/makefiles/Makefile.linux

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

Loading…
Cancel
Save