[PATCH] Further changes to avoid using xenstore.
Sorry, the previous patch was incomplete. With this additional commit I've been able to build vhostmd on a Fedora/PPC system which completely lacks Xen. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
Richard W.M. Jones wrote:
Sorry, the previous patch was incomplete. With this additional commit I've been able to build vhostmd on a Fedora/PPC system which completely lacks Xen.
From c0cbeed281739194adfb9c43d01197a4f84d8d95 Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones@redhat.com> Date: Tue, 13 Oct 2009 11:18:49 +0100 Subject: [PATCH] Further changes to avoid using xenstore.
We missed two more places where libxenstore is used. This commit changes the Makefiles to not link to xenstore when --without-xenstore is given. --- test/Makefile.am | 10 ++++++++-- vm-dump-metrics/Makefile.am | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-)
Wow, lot's of problems with xenstore configure option. It was added later in hopes to get participation from Citrix :-/. ACK Thanks, Jim -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
participants (2)
-
Jim Fehlig
-
Richard W.M. Jones