]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- actually enable the ppc hack
authorsparky <sparky@pld-linux.org>
Fri, 10 Apr 2009 16:56:53 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clisp.spec -> 1.55

clisp.spec

index 9380cb8904626d3e55c6d8852ed779f6a53cbdc7..5b86e1c5a9f9969af18c10c8d02ae530078705df 100644 (file)
@@ -27,6 +27,9 @@ BuildRequires:        xorg-lib-libXpm-devel
 BuildRequires: xorg-proto-xextproto-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define specflags_ppc  -DNO_GENERATIONAL_GC
+%define specflags_ppc64        -DNO_GENERATIONAL_GC
+
 %description
 Common Lisp is a high-level, all-purpose programming language. CLISP
 is a Common Lisp implementation by Bruno Haible of Karlsruhe
@@ -85,12 +88,10 @@ software livre, distribuído sob os termos da GNU GPL.
 
 %build
 
-%ifarch ppc ppc64
-CFLAGS="%{rpmcflags} -DNO_GENERATIONAL_GC -DNO_MULTIMAP_FILE -DNO_SINGLEMAP"
-ulimit -s unlimited
-%endif
+ulimit -s 32768
 
 CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
 ./configure \
        --prefix=%{_prefix}
 
This page took 0.115152 seconds and 4 git commands to generate.