SPECS: clisp.spec - ulimit -s unlimited on ppc - stack size of about 8Mb is...

sparky sparky at pld-linux.org
Fri Apr 10 21:35:07 CEST 2009


Author: sparky                       Date: Fri Apr 10 19:35:07 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ulimit -s unlimited on ppc - stack size of about 8Mb is required to build
  this of forge

---- Files affected:
SPECS:
   clisp.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/clisp.spec
diff -u SPECS/clisp.spec:1.55 SPECS/clisp.spec:1.56
--- SPECS/clisp.spec:1.55	Fri Apr 10 18:56:53 2009
+++ SPECS/clisp.spec	Fri Apr 10 21:35:01 2009
@@ -89,7 +89,11 @@
 
 %build
 
+%ifarch ppc ppc64
+ulimit -s unlimited
+%else
 ulimit -s 32768
+%endif
 
 CC="%{__cc}" \
 CFLAGS="%{rpmcflags}" \
@@ -159,6 +163,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2009/04/10 19:35:01  sparky
+- ulimit -s unlimited on ppc - stack size of about 8Mb is required to build
+  this of forge
+
 Revision 1.55  2009/04/10 16:56:53  sparky
 - actually enable the ppc hack
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clisp.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list