rpms/clisp/devel clisp.spec,1.25,1.26

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Thu May 3 20:26:09 UTC 2007


Author: dwmw2

Update of /cvs/extras/rpms/clisp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22031

Modified Files:
	clisp.spec 
Log Message:
unlimit stack



Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- clisp.spec	3 May 2007 19:29:45 -0000	1.25
+++ clisp.spec	3 May 2007 20:25:35 -0000	1.26
@@ -64,7 +64,7 @@
 %setup -q
 %patch -p0
 # enforced stack size seems to be too small
-sed -i "s|ulimit -s 8192|ulimit -s unlimited|" configure
+sed -i "s|STACK_LIMIT=16384|STACK_LIMIT=unlimited|" configure
 
 
 %build




More information about the fedora-extras-commits mailing list