SPECS: net-snmp.spec - only make -j1 hack is needed

glen glen at pld-linux.org
Wed Nov 14 20:25:14 CET 2007


Author: glen                         Date: Wed Nov 14 19:25:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- only make -j1 hack is needed

---- Files affected:
SPECS:
   net-snmp.spec (1.101 -> 1.102) 

---- Diffs:

================================================================
Index: SPECS/net-snmp.spec
diff -u SPECS/net-snmp.spec:1.101 SPECS/net-snmp.spec:1.102
--- SPECS/net-snmp.spec:1.101	Sat Nov  3 11:18:39 2007
+++ SPECS/net-snmp.spec	Wed Nov 14 20:25:09 2007
@@ -443,9 +443,7 @@
 	--enable-ipv6 \
 	--with%{!?with_rpm:out}-rpm
 
-# build this subdir first. it's causing STRANGE compile failures # otherwise (for me at least). glen
-%{__make} -C agent/mibgroup
-%{__make}
+%{__make} -j1
 
 cd perl
 
@@ -708,6 +706,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2007-11-14 19:25:09  glen
+- only make -j1 hack is needed
+
 Revision 1.101  2007-11-03 10:18:39  arekm
 - rel 2; don't cast possible lvalue
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/net-snmp.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list