From: Thierry Parmentelat Date: Tue, 7 Jan 2014 15:50:36 +0000 (+0100) Subject: ipfwroot builds only under f18 for now X-Git-Tag: before_libvirt_121~102 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=571c168c09363a2a668055607eb7b2bedba76718;p=build.git ipfwroot builds only under f18 for now --- diff --git a/lxc.mk b/lxc.mk index 7fe4ad48..47ccb5c7 100644 --- a/lxc.mk +++ b/lxc.mk @@ -38,8 +38,8 @@ IN_NODEIMAGE += procprotect # # ipfw: root context module, and slice companion # -# starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore -#ifeq "$(DISTRONAME)" "f16" +# this module won't build yet under f20 +ifeq "$(DISTRONAME)" "f18" ipfwroot-MODULES := ipfw ipfwroot-SPEC := planetlab/ipfwroot.spec ALL += ipfwroot @@ -48,7 +48,7 @@ IN_NODEIMAGE += ipfwroot ipfwslice-MODULES := ipfw ipfwslice-SPEC := planetlab/ipfwslice.spec ALL += ipfwslice -#endif +endif # # comgt - a companion to umts tools