[Pkg-voip-commits] [belle-sip] 02/03: Disable parallel building

Bernhard Schmidt berni at moszumanska.debian.org
Thu Nov 9 22:16:07 UTC 2017


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

berni pushed a commit to branch master
in repository belle-sip.

commit 00098a9a724af3cc6d79fde82ff74d96cea6b49c
Author: Bernhard Schmidt <berni at debian.org>
Date:   Thu Nov 9 23:02:27 2017 +0100

    Disable parallel building
    
    Some architectures throw weird FTBFS that are not reliably
    reproducible on the porterboxes. Try building without parallelism
    to work around this.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d8689a7..5f9dbfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export _JAVA_OPTIONS = -Xms512m -Xmx1024m
 
 %:
-	dh $@ --buildsystem=cmake
+	dh $@ --buildsystem=cmake --no-parallel
 
 # Upstream unconditionally sets CMAKE_INSTALL_RPATH. Make it ineffective by
 # setting CMAKE_SKIP_RPATH

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



More information about the Pkg-voip-commits mailing list