[libvirt PATCH 0/3] meson: Fix handling of version scripts

Andrea Bolognani posted 3 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220505161100.418597-1-abologna@redhat.com
meson.build           |   5 +-
src/admin/meson.build |  22 +++++++--
src/meson.build       | 110 +++++++++++++++++++++++-------------------
tools/nss/meson.build |  48 +++++++++++-------
4 files changed, 111 insertions(+), 74 deletions(-)
[libvirt PATCH 0/3] meson: Fix handling of version scripts
Posted by Andrea Bolognani 1 year, 11 months ago
Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/532183411

Andrea Bolognani (3):
  meson: Refactor handling of link_args and link_depends
  meson: Don't attempt to use version scripts on macOS
  meson: Drop support for -Wl,-M

 meson.build           |   5 +-
 src/admin/meson.build |  22 +++++++--
 src/meson.build       | 110 +++++++++++++++++++++++-------------------
 tools/nss/meson.build |  48 +++++++++++-------
 4 files changed, 111 insertions(+), 74 deletions(-)

-- 
2.35.1

Re: [libvirt PATCH 0/3] meson: Fix handling of version scripts
Posted by Michal Prívozník 1 year, 11 months ago
On 5/5/22 18:10, Andrea Bolognani wrote:
> Test pipeline: https://gitlab.com/abologna/libvirt/-/pipelines/532183411
> 
> Andrea Bolognani (3):
>   meson: Refactor handling of link_args and link_depends
>   meson: Don't attempt to use version scripts on macOS
>   meson: Drop support for -Wl,-M
> 
>  meson.build           |   5 +-
>  src/admin/meson.build |  22 +++++++--
>  src/meson.build       | 110 +++++++++++++++++++++++-------------------
>  tools/nss/meson.build |  48 +++++++++++-------
>  4 files changed, 111 insertions(+), 74 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal