SPECS: PolicyKit.spec - parallel build broken

arekm arekm at pld-linux.org
Sun Jun 24 13:58:45 CEST 2007


Author: arekm                        Date: Sun Jun 24 11:58:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parallel build broken

---- Files affected:
SPECS:
   PolicyKit.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/PolicyKit.spec
diff -u SPECS/PolicyKit.spec:1.17 SPECS/PolicyKit.spec:1.18
--- SPECS/PolicyKit.spec:1.17	Thu Jun 21 14:52:46 2007
+++ SPECS/PolicyKit.spec	Sun Jun 24 13:58:40 2007
@@ -100,12 +100,12 @@
 %configure \
 	--with-html-dir=%{_gtkdocdir} \
 	--with-pam-module-dir=/%{_lib}/security
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT/%{_libdir}/PolicyKit/modules/*.{la,a}
@@ -161,6 +161,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2007/06/24 11:58:40  arekm
+- parallel build broken
+
 Revision 1.17  2007/06/21 12:52:46  patrys
 - drop initscript (DBUS activation)
 - FIXME: someone please write a trigger to remove the service on upgrade
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/PolicyKit.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list