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: ...@@ -46,7 +46,7 @@ override_dh_auto_configure:
--disable-speexdsp \ --disable-speexdsp \
--disable-natpmp && \ --disable-natpmp && \
make list && \ make list && \
make -j1 V=1 make -j$(NO_CPUS) V=1
cd daemon && \ cd daemon && \
./autogen.sh && \ ./autogen.sh && \
./configure \ ./configure \
......
...@@ -103,7 +103,7 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \ ...@@ -103,7 +103,7 @@ cd %{_builddir}/ring-project/daemon/contrib/native && \
--disable-natpmp && \ --disable-natpmp && \
make list && \ make list && \
make fetch && \ make fetch && \
make -j1 V=1 make -j4 V=1
cd %{_builddir}/ring-project/daemon && \ cd %{_builddir}/ring-project/daemon && \
./autogen.sh && \ ./autogen.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment