From: Thierry Parmentelat Date: Sat, 12 Jun 2010 20:51:58 +0000 (+0200) Subject: turn off building sfa on centos5 X-Git-Tag: 5.0-rc11~66 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=639fc24297791926bbc1d032db70c34744267920;p=build.git turn off building sfa on centos5 --- diff --git a/onelab.mk b/onelab.mk index 1d1d78f7..4e681adc 100644 --- a/onelab.mk +++ b/onelab.mk @@ -366,12 +366,20 @@ ejabberd-SPEC := ejabberd.spec ejabberd-BUILD-FROM-SRPM := yes ALL += ejabberd +# 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