|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] ocaml/xsd_glue: Fix dynamic linking configuration
On 11/4/25 5:56 PM, Andrew Cooper
wrote:
Release-Acked-By: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> Thanks. ~ Oleksii This wants backporting to 4.20 too. Previously this was hidden by oxenstored unexpectedly statically linking libxenctrl via the ocaml-evtchn bindings, and became exposed when the bindings were moved to use libxenevtchn. --- tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/Makefile b/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/Makefile index 4be1feacfe24..6356159020c1 100644 --- a/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/Makefile +++ b/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/Makefile @@ -11,7 +11,7 @@ OBJS = domain_getinfo_v1 INTF = $(foreach obj, $(OBJS),$(obj).cmi) LIBS = domain_getinfo_v1.cmxa domain_getinfo_v1.cmxs -LIBS_xsd_glue = $(call xenlibs-ldflags-ldlibs,xenctrl) +LIBS_domain_getinfo_v1 = $(call xenlibs-ldflags-ldlibs,ctrl) all: $(INTF) $(LIBS) $(PROGRAMS) base-commit: 9632ce6fe5b288244d2550cd2e619a55c5168bf8
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |