SPECS: openssl.spec - -j1, build broken on smp

sparky sparky at pld-linux.org
Wed Sep 6 15:24:35 CEST 2006


Author: sparky                       Date: Wed Sep  6 13:24:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -j1, build broken on smp

---- Files affected:
SPECS:
   openssl.spec (1.155 -> 1.156) 

---- Diffs:

================================================================
Index: SPECS/openssl.spec
diff -u SPECS/openssl.spec:1.155 SPECS/openssl.spec:1.156
--- SPECS/openssl.spec:1.155	Thu Aug  3 04:55:44 2006
+++ SPECS/openssl.spec	Wed Sep  6 15:24:29 2006
@@ -241,11 +241,11 @@
 	linux64-sparcv9
 %endif
 
-%{__make} \
+%{__make} -j1 \
 	CC="%{__cc}" \
 	INSTALLTOP=%{_prefix}
 
-%{__make} rehash \
+%{__make} -j1 rehash \
 	CC="%{__cc}" \
 	INSTALLTOP=%{_prefix}
 
@@ -441,6 +441,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2006/09/06 13:24:29  sparky
+- -j1, build broken on smp
+
 Revision 1.155  2006/08/03 02:55:44  sparky
 - pass rpmldflags
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssl.spec?r1=1.155&r2=1.156&f=u



More information about the pld-cvs-commit mailing list