Skip to content
Snippets Groups Projects
Commit 13264212 authored by aviau's avatar aviau Committed by Guillaume Roguez
Browse files

Packaging: parallelize contrib build


Change-Id: I385bbd34f33604e7012cb4d794f0d48646663bef
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Verify-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 04d28e0a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ override_dh_auto_configure:
--disable-speexdsp \
--disable-natpmp && \
make list && \
make -j1 V=1
make -j$(NO_CPUS) V=1
cd daemon && \
./autogen.sh && \
./configure \
......
......@@ -103,7 +103,7 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-natpmp && \
make list && \
make fetch && \
make -j1 V=1
make -j4 V=1
cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment