Skip to content
Snippets Groups Projects

library: Add an accessor for the real SONAME

Merged Simon McVittie requested to merge wip/t22550 into master
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 1d348ddc
    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: default avatarSimon McVittie <smcv@collabora.com>
Loading