Author: glen                         Date: Sun Sep  9 14:28:08 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- make -j1 as otherwise dicts are built before the libs they depend on

---- Files affected:
SPECS:
   postfix.spec (1.282.2.12 -> 1.282.2.13) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.282.2.12 SPECS/postfix.spec:1.282.2.13
--- SPECS/postfix.spec:1.282.2.12       Sun Sep  9 14:07:30 2007
+++ SPECS/postfix.spec  Sun Sep  9 16:28:03 2007
@@ -249,7 +249,7 @@
 %build
 %{__make} -f Makefile.init makefiles
 %{__make} tidy
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
        DEBUG="" \
        OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
@@ -480,6 +480,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.282.2.13  2007/09/09 14:28:03  glen
+- make -j1 as otherwise dicts are built before the libs they depend on
+
 Revision 1.282.2.12  2007/09/09 12:07:30  shadzik
 - again updated VDA patch (2.3.7)
 - new Source7
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.282.2.12&r2=1.282.2.13&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to