-
- Downloads
library: Add an accessor for the real SONAME
In s-r-system-info, we show libraries whose SONAME is not the same as
the name we asked for, even in non-verbose mode. For example, if the
expectations have not been updated to list libldap_r-2.4.so.2 yet,
Debian systems will show:
"libldap-2.4.so.2" : {
"soname" : "libldap_r-2.4.so.2",
"path" : "/usr/lib/x86_64-linux-gnu/libldap-2.4.so.2"
},
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
8ef6eb74
No related branches found
No related tags found
Showing
- bin/system-info.c 7 additions, 1 deletionbin/system-info.c
- bin/system-info.md 5 additions, 0 deletionsbin/system-info.md
- steam-runtime-tools/library-internal.h 3 additions, 0 deletionssteam-runtime-tools/library-internal.h
- steam-runtime-tools/library.c 45 additions, 1 deletionsteam-runtime-tools/library.c
- steam-runtime-tools/library.h 1 addition, 0 deletionssteam-runtime-tools/library.h
- tests/library.c 12 additions, 0 deletionstests/library.c
Loading
Please register or sign in to comment