Skip to content

Commit 495e264

Browse files
committed
Add -rpath for BSD/OS, from Peter E.
1 parent f57477e commit 495e264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/makefiles/Makefile.bsdi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ endif
1414

1515
ifeq ($(DLSUFFIX), .so)
1616
CFLAGS_SL = -fpic
17+
rpath = -Wl,-rpath,$(libdir)
1718
export_dynamic = -export-dynamic
1819
shlib_symbolic = -Wl,-Bsymbolic
1920
else

0 commit comments

Comments
 (0)