[Pkg-mongodb-maintainers] [pkg-mongodb] 199/394: -j should be added not override the DEB_SCONS_OPTIONS

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:53 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 8535a227d5cb199fe70ffbddca88bb4c5b9b4976
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Thu Mar 1 15:12:21 2012 +0100

    -j should be added not override the DEB_SCONS_OPTIONS
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index eac3e21..5c3fde3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_DH_INSTALLINIT_ARGS = --name=mongodb
 
-DEB_SCONS_OPTIONS := 
+DEB_SCONS_OPTIONS :=
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	DEB_SCONS_OPTIONS := --d=DEBUGBUILD
 endif
@@ -15,7 +15,7 @@ ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
        PROCS=$(subst parallel=,,$(DEB_BUILD_OPTIONS))
-       DEB_SCONS_OPTIONS := -j$(PROCS)
+       DEB_SCONS_OPTIONS += -j$(PROCS)
 endif
 
 DEB_SCONS_BUILD_TARGET = all

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



More information about the Pkg-mongodb-maintainers mailing list