File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ Raises an error if DT_SONAME doesn't exist.
4343.IP " --set-soname SONAME"
4444Sets DT_SONAME entry of a library to SONAME.
4545
46- .IP " --set-rpath RPATH "
47- Change the RPATH of the executable or library to RPATH .
46+ .IP " --set-rpath RUNPATH "
47+ Change the DT_RUNPATH of the executable or library to RUNPATH .
4848
49- .IP " --add-rpath RPATH "
50- Add RPATH to the existing RPATH of the executable or library.
49+ .IP " --add-rpath RUNPATH "
50+ Add RUNPATH to the existing DT_RUNPATH of the executable or library.
5151
5252.IP --remove-rpath
5353Removes the DT_RPATH or DT_RUNPATH entry of the executable or library.
5454
5555.IP --shrink-rpath
56- Remove from the RPATH all directories that do not contain a
56+ Remove from the DT_RUNPATH or DT_RPATH all directories that do not contain a
5757library referenced by DT_NEEDED fields of the executable or library.
5858
5959For instance, if an executable references one library libfoo.so, has
@@ -67,7 +67,7 @@ further rpath tuning. For instance, if an executable has an RPATH
6767the "/foo/lib" reference instead of the "/tmp" entry.
6868
6969.IP --print-rpath
70- Prints the RPATH for an executable or library.
70+ Prints the DT_RUNPATH or DT_RPATH for an executable or library.
7171
7272.IP --force-rpath
7373Forces the use of the obsolete DT_RPATH in the file instead of
You can’t perform that action at this time.
0 commit comments