diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ libraries. In particular, it can do the following: This option can be give multiple times. +* Change SONAME of a dynamic library: + + $ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3 + INSTALLING |