don't link dynamically since happy is needed to build ghc

This commit is contained in:
Jens Petersen 2010-06-23 10:54:37 +00:00
parent 703eda5765
commit 3b90195799
1 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# link with shared libs
%bcond_without dynamic
# not dynamically linked for bootstrapping ghc
%bcond_with dynamic
# ghc does not emit debug information
%global debug_package %{nil}
@ -7,7 +7,7 @@
Name: happy
# part of haskell-platform-2010.1.0.0
Version: 1.18.4
Release: 6%{?dist}
Release: 7%{?dist}
Summary: LALR(1) Parser Generator for Haskell
License: BSD
Group: Development/Tools
@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jun 23 2010 Jens Petersen <petersen@redhat.com> - 1.18.4-7
- don't link dynamically since happy is needed to build ghc
* Tue Apr 27 2010 Jens Petersen <petersen@redhat.com> - 1.18.4-6
- rebuild against ghc-6.12.2