From bf0d1b9f4463219e9ac4be82c09ce53cf65b8b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Trho=C5=88?= Date: Tue, 12 Dec 2017 23:13:33 +0100 Subject: Mention --set-soname in README Changing shared library SONAME is not a usual task and patchelf may be the only utility that can do it. As README does not mention this feature at all, one can easily miss it when searching for a suitable tool. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index bc5c311..b4d19c9 100644 --- a/README +++ b/README @@ -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 -- cgit v0.12