From: S.Çağlar Onur Date: Wed, 22 Dec 2010 01:27:52 +0000 (-0500) Subject: disable ejabberd on f12/f14 X-Git-Tag: 5.0-rc18~153 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=86baebd6542d635adc54fc74252f420fbf298639;p=build.git disable ejabberd on f12/f14 --- diff --git a/planetlab.mk b/planetlab.mk index 7eb2a01a..1734557f 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -305,8 +305,11 @@ ALL += pyaspects ejabberd-MODULES := ejabberd ejabberd-SPEC := ejabberd.spec ejabberd-BUILD-FROM-SRPM := yes +# not needed anymore on f12 and above, that come with 2.1.5, and we had 2.1.3 +# so, this is relevant on f8 and centos5 only +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)" ALL += ejabberd - +endif # # sfa - Slice Facility Architecture