From 12ad68912d7afa93017f5cd7f5e1ffcdb9423b9e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Apr 2009 07:33:54 +0000 Subject: [PATCH] remember to actually turn off shared libs for now --- ghc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index 4bb604f..98fa234 100644 --- a/ghc.spec +++ b/ghc.spec @@ -5,7 +5,7 @@ # experimental ## shared libraries support available in ghc >= 6.11 -%bcond_without shared +%bcond_with shared %bcond_with hscolour # Fixing packaging problems can be a tremendous pain because it @@ -43,6 +43,7 @@ Provides: haddock = 2.3.0 BuildRequires: ghc, happy, sed BuildRequires: gmp-devel, libedit-devel > 2.11-2 %if %{with shared} +# not sure if this is actually needed BuildRequires: libffi-devel %endif %if %{with doc}