Source: opensips
Version: 2.1.1-1
Severity: important
Justification: fails to build from source

Hello,

Opensips fails to build from source in several arches due parallel issue.

Please apply the attached patch.

Kind regards,

-- 
Julián Moreno Patiño
Debian Developer
 .''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `'  http://debian.org/
  `-   GPG Fingerprint:
C2C8 904E 314C D8FA 041D 9B00 D5FD FC15 6168 BF60
Registered GNU Linux User ID 488513
--- a/debian/rules	2015-08-28 02:18:08.000000000 -0500
+++ b/debian/rules	2016-02-12 15:23:36.928546090 -0500
@@ -189,8 +189,7 @@
 
 # support parallel compiling
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-         NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-         MAKEFLAGS += -j$(NUMJOBS)
+	NJOBS := -j $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_auto_build:

Attachment: signature.asc
Description: PGP signature

Reply via email to