mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-17 15:41:35 +08:00
Merge branch 'document-remove-needed' of github.com:fsateler/patchelf
Conflicts: patchelf.1
This commit is contained in:
@@ -47,9 +47,9 @@ 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 --remove-needed
|
||||
Remove declared dependencies on dynamic libraries (DT_NEEDED
|
||||
entries)
|
||||
.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.
|
||||
|
Reference in New Issue
Block a user