[Pkg-openldap-devel] [openldap] 01/02: enable parallel building

Ryan Tandy rtandy-guest at moszumanska.debian.org
Wed May 14 04:32:14 UTC 2014


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

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 6415eaf188a6481fb811221fd227ba6462528e80
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Mon May 12 21:44:17 2014 -0700

    enable parallel building
    
    Tested with -j4, -j8, -j16, -j24 on an 8-core machine.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e50fa76..9371f93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ openldap (2.4.39-2) UNRELEASED; urgency=low
       contain other databases. Patch from Kenny Millington. (LP: #1003854)
   * debian/rules, debian/patches/pw-sha2-makefile: Build and install the sha2 
     password module. (Closes: #746727)
+  * debian/rules: Enable parallel building.
 
   [ Jelmer Vernooij ]
   * Depend on heimdal-multidev rather than heimdal-dev. (Closes: #745356)
diff --git a/debian/rules b/debian/rules
index d0c8d44..0775cc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ get-orig-source:
 	gzip -9 openldap_$(VERSION).orig.tar
 
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=$(builddir)
+	dh $@ --with quilt,autoreconf --builddirectory=$(builddir) --parallel
 
 # Only contrib/ldapc++ uses Automake, so special care is needed to update
 # config.guess and config.sub at the top level.

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



More information about the Pkg-openldap-devel mailing list