Skip to content

Commit a6b6b9d

Browse files
authored
Merge pull request #141 from adam-trhon/patch-1
Mention --set-soname in README
2 parents 584dee6 + bf0d1b9 commit a6b6b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ libraries. In particular, it can do the following:
4747

4848
This option can be give multiple times.
4949

50+
* Change SONAME of a dynamic library:
51+
52+
$ patchelf --set-soname libnewname.so.3.4.5 path/to/libmylibrary.so.1.2.3
53+
5054

5155
INSTALLING
5256

0 commit comments

Comments
 (0)