Re: [PATCH] meson: Fix meson build with --enable-libdaxctl

2020-08-25 Thread Paolo Bonzini
Queued, thanks. Paolo Il lun 24 ago 2020, 17:52 Bruce Rogers ha scritto: > The daxctl library needs to be linked against when daxctl is asked for > in configure. > > Signed-off-by: Bruce Rogers > --- > configure | 1 + > meson.build | 6 +- > 2 files changed, 6 insertions(+), 1 deletion

Re: [PATCH] meson: Fix meson build with --enable-libdaxctl

2020-08-24 Thread Marc-André Lureau
Hi On Mon, Aug 24, 2020 at 7:52 PM Bruce Rogers wrote: > The daxctl library needs to be linked against when daxctl is asked for > in configure. > > Signed-off-by: Bruce Rogers > I guess we should cover it too in the CI. Reviewed-by: Marc-André Lureau --- > configure | 1 + > meson.build

[PATCH] meson: Fix meson build with --enable-libdaxctl

2020-08-24 Thread Bruce Rogers
The daxctl library needs to be linked against when daxctl is asked for in configure. Signed-off-by: Bruce Rogers --- configure | 1 + meson.build | 6 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 67832e3bab..15de7d10de 100755 --- a/configure