packages: lms/lms.spec - make -j1 parser module

gotar gotar at pld-linux.org
Sun Jan 8 21:26:27 CET 2012


Author: gotar                        Date: Sun Jan  8 20:26:27 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make -j1 parser module

---- Files affected:
packages/lms:
   lms.spec (1.132 -> 1.133) 

---- Diffs:

================================================================
Index: packages/lms/lms.spec
diff -u packages/lms/lms.spec:1.132 packages/lms/lms.spec:1.133
--- packages/lms/lms.spec:1.132	Sun Jan  8 21:18:26 2012
+++ packages/lms/lms.spec	Sun Jan  8 21:26:22 2012
@@ -214,8 +214,8 @@
 	CFLAGS='%{rpmcflags} -fPIC -DUSE_PGSQL -DLMS_LIB_DIR=\"%{_libdir}/lms/\" -I../..'
 mv lmsd lmsd-pgsql
 
-CFLAGS="%{rpmcflags}" %{__make} -C modules/parser \
-	CC='%{__cc}' \
+CFLAGS="%{rpmcflags}" %{__make} -j1 -C modules/parser \
+	CC='%{__cc}'
 
 cd ..
 %endif
@@ -381,6 +381,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.133  2012/01/08 20:26:22  gotar
+- make -j1 parser module
+
 Revision 1.132  2012/01/08 20:18:26  gotar
 - build parser (tscript) module, fixed typos (it's noTiFy not noFiTy!),
 - preserve timestamps, do not duplicate packaged contrib files (+sqllang),
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lms/lms.spec?r1=1.132&r2=1.133&f=u



More information about the pld-cvs-commit mailing list