From 86baebd6542d635adc54fc74252f420fbf298639 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 21 Dec 2010 20:27:52 -0500 Subject: [PATCH] disable ejabberd on f12/f14 --- planetlab.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0