Re: [Xen-devel] [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall

2017-05-04 Thread Wei Liu
On Thu, May 04, 2017 at 01:53:00PM +0100, Julien Grall wrote: > > > On 04/05/17 11:55, Ian Jackson wrote: > > Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency > > with libxencall"): > > > libxendevicemodel.so do depends on libxencall.so but the dependency was > > > missin

Re: [Xen-devel] [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall

2017-05-04 Thread Julien Grall
On 04/05/17 11:55, Ian Jackson wrote: Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall"): libxendevicemodel.so do depends on libxencall.so but the dependency was missing at link time. Acked-by: Ian Jackson IMO this should indeed go into 4.9. Relea

Re: [Xen-devel] [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall

2017-05-04 Thread Ian Jackson
Anthony PERARD writes ("[PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall"): > libxendevicemodel.so do depends on libxencall.so but the dependency was > missing at link time. Acked-by: Ian Jackson IMO this should indeed go into 4.9. Ian.

[Xen-devel] [PATCH for-4.9] libs/devicemodel: Fix dependency with libxencall

2017-05-04 Thread Anthony PERARD
libxendevicemodel.so do depends on libxencall.so but the dependency was missing at link time. Signed-off-by: Anthony PERARD --- tools/libs/devicemodel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libs/devicemodel/Makefile b/tools/libs/devicemodel/Makefile in