wok-current diff patchelf/description.txt @ rev 25431
qt5: update wget_url with archive.org
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 19 06:34:23 2022 +0000 (2022-08-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/patchelf/description.txt Fri Aug 19 06:34:23 2022 +0000 1.3 @@ -0,0 +1,12 @@ 1.4 +PatchELF is a simple utility for modifying existing ELF executables 1.5 +and libraries. 1.6 + 1.7 +In particular, it can do the following: 1.8 + 1.9 +- Change the dynamic loader ("ELF interpreter") of executables 1.10 +- Change the RPATH of executables and libraries 1.11 +- Shrink the RPATH of executables and libraries 1.12 +- Remove declared dependencies on dynamic libraries (DT_NEEDED entries) 1.13 +- Add a declared dependency on a dynamic library (DT_NEEDED entries) 1.14 +- Replace a declared dependency on a dynamic library with another one (DT_NEEDED) 1.15 +- Change SONAME of a dynamic library