packages: opensips/opensips.spec -=?UTF-8?Q?=20?='-j1' for make install - tryin to fix in...

jajcus jajcus at pld-linux.org
Mon May 21 10:48:13 CEST 2012


Author: jajcus                       Date: Mon May 21 08:48:13 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- '-j1' for make install - tryin to fix install failure on some builders

---- Files affected:
packages/opensips:
   opensips.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: packages/opensips/opensips.spec
diff -u packages/opensips/opensips.spec:1.39 packages/opensips/opensips.spec:1.40
--- packages/opensips/opensips.spec:1.39	Mon May 21 10:43:10 2012
+++ packages/opensips/opensips.spec	Mon May 21 10:48:07 2012
@@ -330,7 +330,7 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{ser,sysconfig,rc.d/init.d}
 
 exclude_modules="$(cat exclude_modules)"
-%{__make} install \
+%{__make} install -j1 \
 	exclude_modules="$exclude_modules" \
 	prefix="%{_prefix}" \
 	basedir=$RPM_BUILD_ROOT \
@@ -588,6 +588,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2012/05/21 08:48:07  jajcus
+- '-j1' for make install - tryin to fix install failure on some builders
+
 Revision 1.39  2012/05/21 08:43:10  jajcus
 - Version: 1.8.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/opensips/opensips.spec?r1=1.39&r2=1.40



More information about the pld-cvs-commit mailing list