packages: linphone/linphone.spec - parallel make workaround

jajcus jajcus at pld-linux.org
Sat Apr 30 14:16:12 CEST 2011


Author: jajcus                       Date: Sat Apr 30 12:16:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- parallel  make workaround

---- Files affected:
packages/linphone:
   linphone.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: packages/linphone/linphone.spec
diff -u packages/linphone/linphone.spec:1.55 packages/linphone/linphone.spec:1.56
--- packages/linphone/linphone.spec:1.55	Sat Apr 30 13:54:11 2011
+++ packages/linphone/linphone.spec	Sat Apr 30 14:16:07 2011
@@ -125,14 +125,14 @@
 	--with-html-dir=%{_gtkdocdir} \
 	--enable-alsa \
 	--enable-ipv6
-%{__make}
+%{__make} -j 1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir} \
 	$RPM_BUILD_ROOT%{_pixmapsdir}
 
-%{__make} install \
+%{__make} -j 1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install pixmaps/%{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -199,6 +199,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2011/04/30 12:16:07  jajcus
+- parallel  make workaround
+
 Revision 1.55  2011/04/30 11:54:11  jajcus
 - Version: 3.4.3
 - Release: 1 (usable now)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linphone/linphone.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list