diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-07-28 06:24:51 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-07-28 06:24:51 +0000 |
commit | f9afa6ccf6f36b986d3df74a3cd173493770833f (patch) | |
tree | b8d0c114d5471b3689d2e30542e76b916a301911 | |
parent | f4d9c794491808dfba3d0ec83d6907a6e9adbd84 (diff) | |
download | gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.gz gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.bz2 gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.tar.xz gcompat-f9afa6ccf6f36b986d3df74a3cd173493770833f.zip |
README: update this
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |