Version: 0.15.0, Package name: patchelf-0.15.0 |
Maintained by: Klemens Nanni |
Master sites: |
Description PatchELF is a simple utility for modifying existing ELF executables and libraries. In particular, it can do the following: * Change the dynamic loader ("ELF interpreter") of executables * Change the `RPATH` of executables and libraries * Shrink the `RPATH` of executables and libraries * Remove declared dependencies on dynamic libraries (`DT_NEEDED` entries) * Add a declared dependency on a dynamic library (`DT_NEEDED`) * Replace a declared dependency on a dynamic library with another one (`DT_NEEDED`) * Change `SONAME` of a dynamic library |
Filesize: 220.767 KB |
Version History (View Complete History) |
|
2021-11-28 10:37:30 by Klemens Nanni | Files touched by this commit (1) |
Log message: Tests need GNU seq(1) now, update comments |
2021-11-28 10:34:03 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to patchelf 0.14.1 Requires C++17 now, WRKDIST should be stable across updates now. |