[ghc] disable testsuite for a faster build

Jens Petersen petersen at fedoraproject.org
Thu Feb 10 06:42:34 UTC 2011


commit 3fbd3f50852fcbc242b9b55e1f1f2011206e5d12
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Feb 10 16:42:26 2011 +1000

    disable testsuite for a faster build

 ghc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index d4d6b48..6f7f3ca 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -10,7 +10,7 @@
 # build xml manuals (users_guide, etc)
 %bcond_without manual
 # run testsuite
-%bcond_without testsuite
+%bcond_with testsuite
 # include colored html src
 %bcond_without hscolour
 # use system libffi


More information about the scm-commits mailing list