[Pkg-mongodb-maintainers] [pkg-mongodb] 353/394: d/rules: pass --use-system-all to scons

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:25 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 c9ea2b09f3081d1119c40e88e074b3e8b37b5c87
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Fri Jan 15 19:21:39 2016 +0200

    d/rules: pass --use-system-all to scons
    
    Since all configurable external dependencies are present, we might as
    well use --use-system-all. This also includes libstemmer, which was
    present as a B-D but never used.
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index ca75319..51942e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,13 +16,11 @@ ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
        DEB_SCONS_OPTIONS += -j$(PROCS)
 endif
 
-COMMON_OPTIONS = --use-system-snappy --use-system-pcre \
-  --use-system-boost --use-system-v8 --use-system-yaml --ssl \
-  $(DEB_SCONS_OPTIONS)
+COMMON_OPTIONS = --use-system-all --ssl $(DEB_SCONS_OPTIONS)
 
 gperftools_archs = amd64 i386 armhf ppc64el
 ifneq (,$(filter $(DEB_HOST_ARCH), $(gperftools_archs)))
-COMMON_OPTIONS += --allocator=tcmalloc --use-system-tcmalloc
+COMMON_OPTIONS += --allocator=tcmalloc
 else
 COMMON_OPTIONS += --allocator=system
 endif

-- 
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