[ghc] disable the libffi changes since they broke libHSffi*.so

Jens Petersen petersen at fedoraproject.org
Mon Nov 8 00:40:23 UTC 2010


commit c8ba9dfcd69c1cd63924b79c32a6fb5916631b3d
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Nov 8 10:40:15 2010 +1000

    disable the libffi changes since they broke libHSffi*.so

 ghc.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 102d800..f9f0ba2 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -13,14 +13,14 @@
 %bcond_without testsuite
 # include colored html src
 %bcond_without hscolour
-# use system libffi
-%bcond_without libffi
 
 ## default disabled options ##
 # include extralibs
 %bcond_with extralibs
 # quick build profile
 %bcond_with quick
+# use system libffi
+%bcond_with libffi
 
 # the debuginfo subpackage is currently empty anyway, so don't generate it
 %global debug_package %{nil}
@@ -28,7 +28,7 @@
 Name: ghc
 # part of haskell-platform-2010.2.0.0
 Version: 6.12.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Glasgow Haskell Compilation system
 # fedora ghc has only been bootstrapped on the following archs:
 ExclusiveArch: %{ix86} x86_64 ppc alpha
@@ -302,6 +302,9 @@ fi
 %endif
 
 %changelog
+* Mon Nov  8 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-9
+- disable the libffi changes for now since they break libHSffi*.so
+
 * Thu Nov  4 2010 Jens Petersen <petersen at redhat.com> - 6.12.3-8
 - add a cronjob for doc indexing
 - disable gen_contents_index when not run with --batch for cron


More information about the scm-commits mailing list