[projects/template-specs] - enable parallel build for ghc packages
baggins
baggins at pld-linux.org
Sun May 31 10:40:05 CEST 2020
commit 3df6ea403994f1e3a7456adfcd6cadac4b211298
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun May 31 10:39:54 2020 +0200
- enable parallel build for ghc packages
ghc-package.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/3df6ea403994f1e3a7456adfcd6cadac4b211298
More information about the pld-cvs-commit
mailing list