summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam TrhoĊˆ <adam.trhon@tbs-biometrics.com>2017-12-12 22:13:33 (GMT)
committerGitHub <noreply@github.com>2017-12-12 22:13:33 (GMT)
commitbf0d1b9f4463219e9ac4be82c09ce53cf65b8b75 (patch)
tree546bfff577ee1493e1ec03acf46d7622ca9ddefa
parent29c085fd9d3fc972f75b3961905d6b4ecce7eb2b (diff)
downloadpatchelf-bf0d1b9f4463219e9ac4be82c09ce53cf65b8b75.zip
patchelf-bf0d1b9f4463219e9ac4be82c09ce53cf65b8b75.tar.gz
patchelf-bf0d1b9f4463219e9ac4be82c09ce53cf65b8b75.tar.bz2
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.
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
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