summaryrefslogtreecommitdiffstats
path: root/patchelf.1
diff options
context:
space:
mode:
Diffstat (limited to 'patchelf.1')
-rw-r--r--patchelf.112
1 files changed, 12 insertions, 0 deletions
diff --git a/patchelf.1 b/patchelf.1
index 34f9461..abdbfa1 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -47,10 +47,22 @@ Prints the RPATH for an executable or library.
Forces the use of the obsolete DT_RPATH in the file instead of
DT_RUNPATH. By default DT_RPATH is converted to DT_RUNPATH.
+.IP "--add-needed LIBRARY"
+Adds a declared dependency on a dynamic library (DT_NEEDED).
+This option can be give multiple times.
+
+.IP "--replace-needed LIB_ORIG LIB_NEW"
+Replaces a declared dependency on a dynamic library with another one (DT_NEEDED).
+This option can be give multiple times.
+
.IP "--remove-needed LIBRARY"
Removes a declared depency on LIBRARY (DT_NEEDED entry). This
option can be given multiple times.
+.IP "--no-default-lib"
+Marks the object that the search for dependencies of this object will ignore any
+default library search paths.
+
.IP --debug
Prints details of the changes made to the input file.