Skip to content

Commit

Permalink
Merge pull request #141 from adam-trhon/patch-1
Browse files Browse the repository at this point in the history
Mention --set-soname in README
  • Loading branch information
domenkozar committed Jan 5, 2018
2 parents 584dee6 + bf0d1b9 commit a6b6b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6b6b9d

Please sign in to comment.