From: Sapan Bhatia <gwsapan@gmail.com> Date: Wed, 25 Apr 2012 13:54:06 +0000 (-0400) Subject: Disable openvswitch to fix build. Openvswitch does not build against the latest 3... X-Git-Tag: 5.0-rc27~25^2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=50c17f8a0e4e27625956a629d6a95e72982b6b30;p=build.git Disable openvswitch to fix build. Openvswitch does not build against the latest 3.3 kernel --- 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