]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- try to build on sparcs
authortommat <tommat@pld-linux.org>
Tue, 30 Jun 2009 11:05:12 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clisp.spec -> 1.60

clisp.spec

index 94b1815b950568b2a6ec223dcdf742c3104e4429..e30e68913889e74a4027fbfb2ee1f5f76acdbf3b 100644 (file)
@@ -97,7 +97,11 @@ ulimit -s 32768
 %endif
 
 CC="%{__cc}" \
+%ifarch sparc sparcv9 sparc64
+CFLAGS="%{rpmcflags} -DSAFETY=3" \
+%else
 CFLAGS="%{rpmcflags}" \
+%endif
 ./configure \
        --prefix=%{_prefix}
 
This page took 0.073353 seconds and 4 git commands to generate.