Commit 495e264f authored by Bruce Momjian's avatar Bruce Momjian

Add -rpath for BSD/OS, from Peter E.

parent f57477e6
......@@ -14,6 +14,7 @@ endif
ifeq ($(DLSUFFIX), .so)
CFLAGS_SL = -fpic
rpath = -Wl,-rpath,$(libdir)
export_dynamic = -export-dynamic
shlib_symbolic = -Wl,-Bsymbolic
else
......
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