[Xen-devel] [PATCH] oxenstored: link in the systemd system library

2015-07-22 Thread Jonathan Creekmore
If systemd is configured for use AND you are building oxenstored, the C systemd library must be linked in to the oxenstored binary instead of just into the static ocaml stub. Signed-off-by: Jonathan Creekmore --- tools/ocaml/xenstored/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletio

Re: [Xen-devel] [PATCH] oxenstored: link in the systemd system library

2015-07-23 Thread Ian Campbell
On Wed, 2015-07-22 at 17:02 -0500, Jonathan Creekmore wrote: > If systemd is configured for use AND you are building oxenstored, the > C > systemd library must be linked in to the oxenstored binary instead of > just into the static ocaml stub. I can't see where it is linked into the static ocaml

Re: [Xen-devel] [PATCH] oxenstored: link in the systemd system library

2015-07-23 Thread Dave Scott
> On 22 Jul 2015, at 23:02, Jonathan Creekmore > wrote: > > If systemd is configured for use AND you are building oxenstored, the C > systemd library must be linked in to the oxenstored binary instead of > just into the static ocaml stub. This sounds sensible to me, Acked-by: David Scott >