On Thu, Oct 30, 2014 at 04:51:47PM +0000, Iain Lane wrote:
> Source: pcre3
> Version: 1:8.35-3.1
> Severity: wishlist
> Tags: patch
> 
> Hi Mark,
> 
> In Ubuntu we've been carrying this diff to add a symbols file for a
> little while. I thought you might like to have it in Debian too.

Also (unrelated) here's a patch to enable parallel builds.

-- 
Iain Lane                                  [ i...@orangesquash.org.uk ]
Debian Developer                                   [ la...@debian.org ]
Ubuntu Developer                                   [ la...@ubuntu.com ]
--- pcre3-8.35/debian/rules	2014-10-30 16:27:21.000000000 +0000
+++ pcre3-8.35/debian/rules	2014-10-29 15:43:49.000000000 +0000
@@ -21,6 +21,10 @@
 INSTALL_PROGRAM += -s
 endif
 
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+  NJOBS = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
 ENABLE_JIT=$(shell . debian/jit-test)
 
 configure-stamp:
@@ -45,7 +49,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	$(MAKE) $(NJOBS)
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 	$(MAKE) check VERBOSE=1
 endif

Attachment: signature.asc
Description: Digital signature

Reply via email to