From 50c17f8a0e4e27625956a629d6a95e72982b6b30 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 25 Apr 2012 09:54:06 -0400 Subject: [PATCH] Disable openvswitch to fix build. Openvswitch does not build against the latest 3.3 kernel --- lxc.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lxc.mk b/lxc.mk index 25658a58..7b382bcc 100644 --- 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 -- 2.43.0