]> git.pld-linux.org Git - packages/pandoc.git/commitdiff
- disable parallel build, eats too much memory
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 10:41:39 +0000 (12:41 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 31 May 2020 10:41:39 +0000 (12:41 +0200)
pandoc.spec

index 707ce2930dae73fbef8422f706a3f7543c85e0cd..079eecb6ef37207794dad465c4948bbf6c072747 100644 (file)
@@ -361,7 +361,7 @@ runhaskell Setup.hs configure -v2 \
        --libdir=%{_libdir} \
        --docdir=%{_docdir}/ghc-pandoc-%{version}
 
-runhaskell Setup.hs build %{?_smp_mflags}
+runhaskell Setup.hs build
 runhaskell Setup.hs haddock
 
 %install
This page took 0.10945 seconds and 4 git commands to generate.