All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] meson: Add gnutls as a dependency to libmigration
@ 2021-06-17 17:19 Akihiko Odaki
  2021-06-17 17:39 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 3+ messages in thread
From: Akihiko Odaki @ 2021-06-17 17:19 UTC (permalink / raw)
  Cc: Akihiko Odaki, Daniel P . Berrange, qemu-devel,
	Dr . David Alan Gilbert, Juan Quintela

qemu-file-channel.c may depend on GnuTLS.

Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index a2311eda6ec..29d854699ca 100644
--- a/meson.build
+++ b/meson.build
@@ -2090,6 +2090,7 @@ libio = static_library('io', io_ss.sources() + genh,
 io = declare_dependency(link_whole: libio, dependencies: [crypto, qom])
 
 libmigration = static_library('migration', sources: migration_files + genh,
+                              dependencies: [gnutls],
                               name_suffix: 'fa',
                               build_by_default: false)
 migration = declare_dependency(link_with: libmigration,
-- 
2.30.1 (Apple Git-130)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] meson: Add gnutls as a dependency to libmigration
  2021-06-17 17:19 [PATCH v2] meson: Add gnutls as a dependency to libmigration Akihiko Odaki
@ 2021-06-17 17:39 ` Philippe Mathieu-Daudé
  2021-06-17 17:53   ` Akihiko Odaki
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-17 17:39 UTC (permalink / raw)
  To: Akihiko Odaki
  Cc: Juan Quintela, Daniel P . Berrange, qemu-devel, Dr . David Alan Gilbert

On 6/17/21 7:19 PM, Akihiko Odaki wrote:
> qemu-file-channel.c may depend on GnuTLS.
> 
> Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
> ---
>  meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meson.build b/meson.build
> index a2311eda6ec..29d854699ca 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -2090,6 +2090,7 @@ libio = static_library('io', io_ss.sources() + genh,
>  io = declare_dependency(link_whole: libio, dependencies: [crypto, qom])
>  
>  libmigration = static_library('migration', sources: migration_files + genh,
> +                              dependencies: [gnutls],
>                                name_suffix: 'fa',
>                                build_by_default: false)
>  migration = declare_dependency(link_with: libmigration,

Please see:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg816565.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] meson: Add gnutls as a dependency to libmigration
  2021-06-17 17:39 ` Philippe Mathieu-Daudé
@ 2021-06-17 17:53   ` Akihiko Odaki
  0 siblings, 0 replies; 3+ messages in thread
From: Akihiko Odaki @ 2021-06-17 17:53 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Juan Quintela, Daniel P . Berrange, qemu Developers,
	Dr . David Alan Gilbert

2021年6月18日(金) 2:39 Philippe Mathieu-Daudé <philmd@redhat.com>:
>
> On 6/17/21 7:19 PM, Akihiko Odaki wrote:
> > qemu-file-channel.c may depend on GnuTLS.
> >
> > Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com>
> > ---
> >  meson.build | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meson.build b/meson.build
> > index a2311eda6ec..29d854699ca 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -2090,6 +2090,7 @@ libio = static_library('io', io_ss.sources() + genh,
> >  io = declare_dependency(link_whole: libio, dependencies: [crypto, qom])
> >
> >  libmigration = static_library('migration', sources: migration_files + genh,
> > +                              dependencies: [gnutls],
> >                                name_suffix: 'fa',
> >                                build_by_default: false)
> >  migration = declare_dependency(link_with: libmigration,
>
> Please see:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg816565.html
>

Thanks for letting me know about the patch series. It should indeed
make this patch unnecessary.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-17 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 17:19 [PATCH v2] meson: Add gnutls as a dependency to libmigration Akihiko Odaki
2021-06-17 17:39 ` Philippe Mathieu-Daudé
2021-06-17 17:53   ` Akihiko Odaki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.