so_rpath directive
In this section:
Syntax
so_rpath "path";
Parameters
| The |
Description
Use this directive to set up where the dynamic linker searches for shared objects. rpath is searched before the standard include paths.
Example
so_rpath "usr/bin";
This sets rpath to usr/bin. See the documentation for the dynamic linker for the exact details of how to set up rpath.