From: Jonathan Creekmore Date: Thu, 23 Jul 2015 13:40:39 +0000 (-0500) Subject: oxenstored: link in the systemd system library X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2700 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d70c9ce79d0201269b55ed6e906b25e83c7079b;p=xen.git oxenstored: link in the systemd system library If systemd is configured for use AND you are building oxenstored, the C systemd library must be linked in to the systemd.cxma library. Signed-off-by: Jonathan Creekmore Acked-by: Ian Campbell --- diff --git a/tools/ocaml/xenstored/Makefile b/tools/ocaml/xenstored/Makefile index d861f11315..59875f7086 100644 --- a/tools/ocaml/xenstored/Makefile +++ b/tools/ocaml/xenstored/Makefile @@ -30,6 +30,8 @@ systemd_OBJS = systemd systemd_C_OBJS = systemd_stubs OCAML_LIBRARY += systemd +LIBS_systemd += $(LDFLAGS-y) + OBJS = define \ stdext \ trie \