Skip to content
Snippets Groups Projects
Commit 495e264f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

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