]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- enable parallel build for ghc packages
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 08:39:54 +0000 (10:39 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 08:39:54 +0000 (10:39 +0200)
ghc-package.spec

index ee96b0688a47f650a27f16b6f6cd3ed57e54f18f..e8fcfaf6a5f33377c6839171b6d506cfd2c2a311 100644 (file)
@@ -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
This page took 0.264891 seconds and 4 git commands to generate.