summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2018-01-05 12:02:11 (GMT)
committerGitHub <noreply@github.com>2018-01-05 12:02:11 (GMT)
commita6b6b9d242c5435958ad72d8eb2e95ea4b78dfc4 (patch)
treedab15dcd4e1719a350b7579cf8be05019f56f985
parent584dee65b04f262f61f5e018da8c08143db6f39f (diff)
parentbf0d1b9f4463219e9ac4be82c09ce53cf65b8b75 (diff)
downloadpatchelf-a6b6b9d242c5435958ad72d8eb2e95ea4b78dfc4.zip
patchelf-a6b6b9d242c5435958ad72d8eb2e95ea4b78dfc4.tar.gz
patchelf-a6b6b9d242c5435958ad72d8eb2e95ea4b78dfc4.tar.bz2
Merge pull request #141 from adam-trhon/patch-1
Mention --set-soname in README
-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