From: Mohamed Larabi Date: Thu, 6 Feb 2014 14:59:37 +0000 (+0100) Subject: use our own libvirt (1.0.4) for f18 and f20 X-Git-Tag: 5.3.2~49 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=651fb06b53aad628e749f35e24204bd42c32cd94 use our own libvirt (1.0.4) for f18 and f20 --- diff --git a/lxc.mk b/lxc.mk index 1749d4f5..71e7c11f 100644 --- a/lxc.mk +++ b/lxc.mk @@ -137,7 +137,7 @@ IN_NODEIMAGE += fprobe-ulog #################### using our own libvirt on f18, and the stock version later on local_libvirt=false -ifeq "$(DISTRONAME)" "f18" +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)" local_libvirt=true endif