OSDN Git Service

contrib/plugins: remove -soname argument
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 10:17:54 +0000 (12:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 10:17:54 +0000 (12:17 +0200)
commit07c4523c6c5049ebd952fc7b176f26f028d4851a
treeb3843f74adea79176a2ad7b0cc96fc848713bc96
parentbb5c77c4f8a5ea9cb3f6bcf5ca33bab4d85d1d92
contrib/plugins: remove -soname argument

-soname is not needed for runtime-loaded modules.  For example, Meson says:

            if not isinstance(target, build.SharedModule) or target.force_soname:
                # Add -Wl,-soname arguments on Linux, -install_name on OS X
                commands += linker.get_soname_args(
                    self.environment, target.prefix, target.name, target.suffix,
                    target.soversion, target.darwin_versions)

(force_soname is set is shared modules are linked into a build target, which is not
the case here.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
contrib/plugins/Makefile