]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- ppc hack stolen from mandriva
authorpawelz <pawelz@pld-linux.org>
Sat, 21 Mar 2009 20:16:44 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- not tested, I have no access to ppc machine

Changed files:
    clisp.spec -> 1.53

clisp.spec

index c8ab87d1ae4d841fc5c1074784d4f4712ff1372c..a98cbf60484723484019a1951a56c795b88c6704 100644 (file)
@@ -84,6 +84,12 @@ software livre, distribuído sob os termos da GNU GPL.
 #%{__perl} -pi -e "s@' -O2?([^0])@' %{rpmcflags} -fno-strict-aliasing\$1@" src/makemake.in
 
 %build
+
+%ifarch ppc ppc64
+CFLAGS="%{rpmcflags} -DNO_GENERATIONAL_GC -DNO_MULTIMAP_FILE -DNO_SINGLEMAP"
+ulimit -s unlimited
+%endif
+
 CC="%{__cc}" \
 ./configure \
        --prefix=%{_prefix}
This page took 0.050989 seconds and 4 git commands to generate.