]> git.pld-linux.org Git - packages/cmake.git/commitdiff
enable parallel build in bootstrap
authorJan Palus <atler@pld-linux.org>
Mon, 7 Mar 2022 22:10:03 +0000 (23:10 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 7 Mar 2022 22:10:03 +0000 (23:10 +0100)
cmake.spec

index 33949cd2b4d9892f88dc956d16bfd0b8a5fca7c7..c591eb6210a9e7df72e6760418a5450f17ffa5e8 100644 (file)
@@ -159,6 +159,7 @@ export LDFLAGS="%{rpmldflags}"
        --qt-qmake=%{_bindir}/qmake-qt5 \
        %{?with_doc:--sphinx-html} \
        %{?with_doc:--sphinx-man} \
+       %{?__jobs:--parallel=%{__jobs}} \
        --verbose
 
 %{__make} \
This page took 0.0950839999999999 seconds and 4 git commands to generate.