1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
This package is maintained in git. The diff is automatically generated by
the diff of the debian and the upstream branch
--- patchelf-0.8.orig/patchelf.1
+++ patchelf-0.8/patchelf.1
@@ -26,7 +26,7 @@ The single option given operates on a gi
Change the dynamic loader ("ELF interpreter") of executable given to
INTERPRETER.
-.IP --print-intepreter
+.IP --print-interpreter
Prints the ELF interpreter of the executable.
.IP "--set-rpath RPATH"
@@ -47,6 +47,10 @@ Prints the RPATH for an executable or li
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 "--remove-needed LIBRARY"
+Removes a declared depency on LIBRARY (DT_NEEDED entry). This
+option can be given multiple times.
+
.IP --debug
Prints details of the changes made to the input file.
|