wok diff patchelf/description.txt @ rev 25724
added recipes for xfce4-netload-plugin and xfce4-netload-plugin-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 16:58:59 2024 +0100 (6 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/patchelf/description.txt Sat Aug 17 16:58:59 2024 +0100 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