From 639fc24297791926bbc1d032db70c34744267920 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 12 Jun 2010 22:51:58 +0200 Subject: [PATCH] turn off building sfa on centos5 --- onelab.mk | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.43.0