add p_dyn (dynamic profiling libs) for binlib packages
This commit is contained in:
parent
b277f721ac
commit
3b5aa06c88
9
ghc.spec
9
ghc.spec
@ -24,7 +24,7 @@
|
|||||||
Name: ghc
|
Name: ghc
|
||||||
# break of haskell-platform-2009.2.0.2
|
# break of haskell-platform-2009.2.0.2
|
||||||
Version: 6.12.1
|
Version: 6.12.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Glasgow Haskell Compilation system
|
Summary: Glasgow Haskell Compilation system
|
||||||
# fedora ghc has only been bootstrapped on the following archs:
|
# fedora ghc has only been bootstrapped on the following archs:
|
||||||
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
ExclusiveArch: %{ix86} x86_64 ppc alpha
|
||||||
@ -152,9 +152,7 @@ rm -r ghc-tarballs/{mingw,perl}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cat > mk/build.mk << EOF
|
cat > mk/build.mk << EOF
|
||||||
%if %{without prof}
|
GhcLibWays = v %{?with_prof:p} %{?with_shared:dyn %{?with_prof:p_dyn}}
|
||||||
GhcLibWays = v %{?with_shared:dyn}
|
|
||||||
%endif
|
|
||||||
%if %{without doc}
|
%if %{without doc}
|
||||||
HADDOCK_DOCS = NO
|
HADDOCK_DOCS = NO
|
||||||
%endif
|
%endif
|
||||||
@ -347,6 +345,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 22 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-2
|
||||||
|
- add p_dyn (dynamic profiling libs) for binlib packages
|
||||||
|
|
||||||
* Wed Dec 16 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-1
|
* Wed Dec 16 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-1
|
||||||
- pre promoted to 6.12.1 final
|
- pre promoted to 6.12.1 final
|
||||||
- exclude ghc .conf file from package.conf.d in base package
|
- exclude ghc .conf file from package.conf.d in base package
|
||||||
|
Loading…
Reference in New Issue
Block a user