Disable openvswitch to fix build. Openvswitch does not build against the latest 3...
authorSapan Bhatia <gwsapan@gmail.com>
Wed, 25 Apr 2012 13:54:06 +0000 (09:54 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Wed, 25 Apr 2012 13:54:06 +0000 (09:54 -0400)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 25658a5..7b382bc 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -155,14 +155,14 @@ endif
 #
 # openvswitch
 #
-openvswitch-MODULES := openvswitch
-openvswitch-SPEC := openvswitch.spec
-openvswitch-DEPEND-DEVEL-RPMS += kernel-devel
-IN_NODEIMAGE += openvswitch
-# build only on f14 as f16 has this natively
-ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
-ALL += openvswitch
-endif
+openvswitch-MODULES := openvswitch
+openvswitch-SPEC := openvswitch.spec
+openvswitch-DEPEND-DEVEL-RPMS += kernel-devel
+IN_NODEIMAGE += openvswitch
+# build only on f14 as f16 has this natively
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
+ALL += openvswitch
+endif
 
 #
 # vsys