]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- ulimit -s unlimited on ppc - stack size of about 8Mb is required to build
authorsparky <sparky@pld-linux.org>
Fri, 10 Apr 2009 19:35:01 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  this of forge

Changed files:
    clisp.spec -> 1.56

clisp.spec

index 5b86e1c5a9f9969af18c10c8d02ae530078705df..ce0387e13d5ffc41024a052b5a5a24c51a1b9fdd 100644 (file)
@@ -88,7 +88,11 @@ software livre, distribuído sob os termos da GNU GPL.
 
 %build
 
+%ifarch ppc ppc64
+ulimit -s unlimited
+%else
 ulimit -s 32768
+%endif
 
 CC="%{__cc}" \
 CFLAGS="%{rpmcflags}" \
This page took 0.108194 seconds and 4 git commands to generate.