packages: kdepim/kdepim.spec - make -j1

glen glen at pld-linux.org
Tue Jan 19 17:12:29 CET 2010


Author: glen                         Date: Tue Jan 19 16:12:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1

---- Files affected:
packages/kdepim:
   kdepim.spec (1.302 -> 1.303) 

---- Diffs:

================================================================
Index: packages/kdepim/kdepim.spec
diff -u packages/kdepim/kdepim.spec:1.302 packages/kdepim/kdepim.spec:1.303
--- packages/kdepim/kdepim.spec:1.302	Tue Jan 19 16:02:25 2010
+++ packages/kdepim/kdepim.spec	Tue Jan 19 17:12:23 2010
@@ -582,7 +582,11 @@
 	--with-distribution="PLD Linux Distribution" \
 	--with-qt-libraries=%{_libdir}
 
-%{__make}
+# build in kresources/featureplan fails, kxml_compiler is invoked several times
+# instead of one job and commands get out of sync:
+# In file included from kcal_resourcefeatureplanconfig.cpp:33:
+# kcal_resourcefeatureplan.h:26:26: warning: kde-features.h is shorter than expected
+%{__make} -j1
 %{?with_apidocs:%{__make} apidox}
 
 %install
@@ -1243,6 +1247,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.303  2010/01/19 16:12:23  glen
+- make -j1
+
 Revision 1.302  2010/01/19 15:02:25  glen
 - woo, builds
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdepim/kdepim.spec?r1=1.302&r2=1.303&f=u



More information about the pld-cvs-commit mailing list