From: Jan Rękorajski Date: Sun, 31 May 2020 08:39:54 +0000 (+0200) Subject: - enable parallel build for ghc packages X-Git-Url: https://git.pld-linux.org/?p=projects%2Ftemplate-specs.git;a=commitdiff_plain;h=3df6ea403994f1e3a7456adfcd6cadac4b211298 - enable parallel build for ghc packages --- diff --git a/ghc-package.spec b/ghc-package.spec index ee96b06..e8fcfaf 100644 --- a/ghc-package.spec +++ b/ghc-package.spec @@ -59,7 +59,7 @@ runhaskell Setup.lhs configure -v2 \ --libexecdir=%{_libexecdir} \ --docdir=%{_docdir}/%{name}-%{version} -runhaskell Setup.lhs build +runhaskell Setup.lhs build %{?_smp_mflags} runhaskell Setup.lhs haddock --executables %install