remember to actually turn off shared libs for now

This commit is contained in:
Jens Petersen 2009-04-29 07:33:54 +00:00
parent fbbca4c56f
commit 12ad68912d

View File

@ -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}