From 94a5da20c23b50b0dd1bf9e0eb366057d3a5a2f4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 17 Feb 2013 20:00:47 +0100 Subject: [PATCH] using our own libvirt on all distros for now --- lxc.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lxc.mk b/lxc.mk index ea36fc9a..d21953d4 100644 --- a/lxc.mk +++ b/lxc.mk @@ -116,11 +116,11 @@ fprobe-ulog-SPEC := fprobe-ulog.spec ALL += fprobe-ulog IN_NODEIMAGE += fprobe-ulog -#################### libvirt on f16 is too old, sounds like f17 has something fine -local_libvirt=false -ifeq "$(DISTRONAME)" "f16" +#################### using our own libvirt on all distros for now +#local_libvirt=false +#ifeq "$(DISTRONAME)" "f16" local_libvirt=true -endif +#endif ifeq "$(local_libvirt)" "true" # -- 2.43.0