[Pkg-voip-commits] [ring] 10/12: Don't parallelize contrib build.

Alexandre Viau aviau at moszumanska.debian.org
Thu Jun 30 21:05:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

aviau pushed a commit to branch master
in repository ring.

commit 461207e5fc129e76a732d3d4302f4f13e0a163d1
Author: aviau <alexandre at alexandreviau.net>
Date:   Thu Jun 30 21:47:15 2016 +0200

    Don't parallelize contrib build.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 49a029e..86fe019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ring (20160630.2.b3d131f~dfsg1-1) unstable; urgency=medium
   * Remove .sum-iax.
   * d/copyright: reflect changes in msgpack.
   * Add patch to use Debian's GnuTLS.
+  * Don't parallelize contrib build.
 
  -- Alexandre Viau <aviau at debian.org>  Thu, 30 Jun 2016 19:09:51 +0200
 
diff --git a/debian/rules b/debian/rules
index 90b0c92..319e95a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_auto_configure:
 				--disable-sndfile \
 				--disable-speexdsp && \
 		make list && \
-		make -j$(NO_CPUS)
+		make -j1
 	cd daemon && \
 		./autogen.sh && \
 		./configure \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git



More information about the Pkg-voip-commits mailing list