summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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