Re: [Xen-devel] [PATCH] tools/xenstore: fix link error with libsystemd

2014-12-09 Thread Ian Campbell
On Fri, 2014-12-05 at 12:19 -0500, Konrad Rzeszutek Wilk wrote: > On Fri, Dec 05, 2014 at 10:53:03AM +, Ian Campbell wrote: > > On Fri, 2014-12-05 at 11:49 +0100, Olaf Hering wrote: > > > Linking fails with undefined reference to the used systemd functions. > > > Move LDFLAGS after the object f

Re: [Xen-devel] [PATCH] tools/xenstore: fix link error with libsystemd

2014-12-05 Thread Konrad Rzeszutek Wilk
On Fri, Dec 05, 2014 at 10:53:03AM +, Ian Campbell wrote: > On Fri, 2014-12-05 at 11:49 +0100, Olaf Hering wrote: > > Linking fails with undefined reference to the used systemd functions. > > Move LDFLAGS after the object files to fix the failure. > > > > Signed-off-by: Olaf Hering > > Cc: Ia

Re: [Xen-devel] [PATCH] tools/xenstore: fix link error with libsystemd

2014-12-05 Thread Ian Campbell
On Fri, 2014-12-05 at 11:49 +0100, Olaf Hering wrote: > Linking fails with undefined reference to the used systemd functions. > Move LDFLAGS after the object files to fix the failure. > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini Acked-by: Ian Campbell This should

[Xen-devel] [PATCH] tools/xenstore: fix link error with libsystemd

2014-12-05 Thread Olaf Hering
Linking fails with undefined reference to the used systemd functions. Move LDFLAGS after the object files to fix the failure. Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- tools/xenstore/Makefile | 10 +- 1 file changed, 5 insertio