[Pkg-mongodb-maintainers] [pkg-mongodb] 241/394: debian/rules: Use as many system libraries as possible.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:31 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 e239a9fe4d284e9615df2ccb680b34286548e915
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Fri Apr 12 20:47:59 2013 -0300

    debian/rules: Use as many system libraries as possible.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index b0f8cb8..c792626 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,9 @@ ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
 endif
 
 DEB_SCONS_BUILD_TARGET = all
-DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full
-DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke
+DEB_SCONS_BUILD_OPTIONS = --use-system-all
+DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full --use-system-all
+DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke --use-system-all
 
 clean::
 	find . -name "*.pyc" -delete

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