SPECS: libssh.spec - doesn't compile with make -j != 1

undefine undefine at pld-linux.org
Tue Apr 3 20:29:56 CEST 2007


Author: undefine                     Date: Tue Apr  3 18:29:56 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- doesn't compile with make -j != 1

---- Files affected:
SPECS:
   libssh.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/libssh.spec
diff -u SPECS/libssh.spec:1.5 SPECS/libssh.spec:1.6
--- SPECS/libssh.spec:1.5	Sun Mar 25 23:01:41 2007
+++ SPECS/libssh.spec	Tue Apr  3 20:29:51 2007
@@ -51,7 +51,7 @@
 
 %build
 %configure
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/04/03 18:29:51  undefine
+- doesn't compile with make -j != 1
+
 Revision 1.5  2007/03/25 21:01:41  undefine
 - up to 0.2.0
 - epoch 1 (0.2 > 0.11)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libssh.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list