diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 00:59:27 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-04-16 00:59:27 +0800 |
commit | fb58db34a7a400e35d1d287606b7b5c889a6e1c3 (patch) | |
tree | 7480c369ddf7238b14fbff6605e2b62df9bfa5db /chapter08 | |
parent | eee6a98c703356dd0c2227e70cb10181d3979ce5 (diff) |
Revert "libelf: Add libelf.so.1 symlink into contents"
This reverts commit 01a8a15a965a2dec4679c1734df0a03370189d34.
We don't list the versioned SONAME symlink for any shared libraries.
TODO: should we remove libelf-0.189.so from the list as well? It sounds
like "libz.so.1.2.13" which is not listed too.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/libelf.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index f01c30031..dab277dc6 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -75,8 +75,7 @@ rm /usr/lib/libelf.a</userinput></screen> <seglistitem> <seg> - libelf.so (symlink), libelf.so.1 (symlink), - and libelf-&elfutils-version;.so + libelf.so (symlink) and libelf-&elfutils-version;.so </seg> <seg> /usr/include/elfutils |