summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-07-28 06:24:51 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-07-28 06:24:51 +0000
commitf9afa6ccf6f36b986d3df74a3cd173493770833f (patch)
treeb8d0c114d5471b3689d2e30542e76b916a301911
parentf4d9c794491808dfba3d0ec83d6907a6e9adbd84 (diff)
downloadgcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.gz
gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.bz2
gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.xz
gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.zip
README: update this
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2610de3..82c2d5d 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,12 @@ If the interpreter path is different than expected, use PatchELF or install a sy
## making musl programs accept glibc binaries for dlopen(3)
-Just add libgcompat.so to the DT_NEEDED entries in the ELF that you want to have the gcompat symbols available in.
-Use a tool such as PatchELF for this.
+You have two options:
+
+* You can add libgcompat.so to the DT_NEEDED entries in the ELF that you want to have the gcompat symbols available in.
+ Use a tool such as PatchELF for this.
+
+* Alternatively, you can link the musl binary against libgcompat.
## special environment variables