From: S.Çağlar Onur Date: Tue, 4 Jan 2011 19:51:20 +0000 (-0500) Subject: disable building sfa on centos like onelab X-Git-Tag: 5.0-rc18~132 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e5f82c2816737c25dace2a3674bf71e7624eba30;p=build.git disable building sfa on centos like onelab --- diff --git a/planetlab.mk b/planetlab.mk index 1734557f..a66c33d3 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -311,12 +311,20 @@ ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)" ALL += ejabberd endif +# sfa now uses the with statement that's not supported on python-2.4 - not even through __future__ +build_sfa=true +ifeq "$(DISTRONAME)" "centos5" +build_sfa=false +endif + +ifeq "$(build_sfa)" "true" # # sfa - Slice Facility Architecture # sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa +endif # # nodeconfig