skip ejabberd on f14 for now
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Dec 2010 13:48:54 +0000 (14:48 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 6 Dec 2010 13:48:54 +0000 (14:48 +0100)
onelab.mk

index 6db4b04..51ed317 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -366,7 +366,10 @@ ALL += pyaspects
 ejabberd-MODULES := ejabberd
 ejabberd-SPEC := ejabberd.spec
 ejabberd-BUILD-FROM-SRPM := yes
+# tmp - skip on f14 for now
+ifneq ($(DISTRONAME),f14)
 ALL += ejabberd
+endif
 
 # sfa now uses the with statement that's not supported on python-2.4 - not even through __future__
 build_sfa=true