remember to actually turn off shared libs for now

epel9
Jens Petersen 16 years ago
parent fbbca4c56f
commit 12ad68912d

@ -5,7 +5,7 @@
# experimental # experimental
## shared libraries support available in ghc >= 6.11 ## shared libraries support available in ghc >= 6.11
%bcond_without shared %bcond_with shared
%bcond_with hscolour %bcond_with hscolour
# Fixing packaging problems can be a tremendous pain because it # Fixing packaging problems can be a tremendous pain because it
@ -43,6 +43,7 @@ Provides: haddock = 2.3.0
BuildRequires: ghc, happy, sed BuildRequires: ghc, happy, sed
BuildRequires: gmp-devel, libedit-devel > 2.11-2 BuildRequires: gmp-devel, libedit-devel > 2.11-2
%if %{with shared} %if %{with shared}
# not sure if this is actually needed
BuildRequires: libffi-devel BuildRequires: libffi-devel
%endif %endif
%if %{with doc} %if %{with doc}

Loading…
Cancel
Save