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

This commit is contained in:
Bruce Momjian 2001-09-06 13:43:42 +00:00
parent f57477e651
commit 495e264fa3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ endif
ifeq ($(DLSUFFIX), .so)
CFLAGS_SL = -fpic
rpath = -Wl,-rpath,$(libdir)
export_dynamic = -export-dynamic
shlib_symbolic = -Wl,-Bsymbolic
else