[Pkg-voip-commits] [pjproject] 04/05: disable parallel building, causing FTBFS on some architectures

Bernhard Schmidt berni at moszumanska.debian.org
Sat Oct 15 21:42:20 UTC 2016


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

berni pushed a commit to branch master
in repository pjproject.

commit f719753d9da5dc609674fa0337e9964ae54c1b25
Author: Bernhard Schmidt <berni at debian.org>
Date:   Sat Oct 15 23:33:17 2016 +0200

    disable parallel building, causing FTBFS on some architectures
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index daa2f3a..a3fca9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ endif
 		--with-external-srtp --enable-video
 
 override_dh_auto_build:
-	dh_auto_build -- dep all
+	dh_auto_build --no-parallel -- dep all
 	$(pybuild)
 
 # selftest target takes too long. Parts of it may also require hardware.

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



More information about the Pkg-voip-commits mailing list