SPECS: clisp.spec - actually enable the ppc hack

sparky sparky at pld-linux.org
Fri Apr 10 18:56:59 CEST 2009


Author: sparky                       Date: Fri Apr 10 16:56:59 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- actually enable the ppc hack

---- Files affected:
SPECS:
   clisp.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/clisp.spec
diff -u SPECS/clisp.spec:1.54 SPECS/clisp.spec:1.55
--- SPECS/clisp.spec:1.54	Sat Mar 21 21:48:08 2009
+++ SPECS/clisp.spec	Fri Apr 10 18:56:53 2009
@@ -28,6 +28,9 @@
 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
@@ -86,12 +89,10 @@
 
 %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}
 
@@ -158,6 +159,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2009/04/10 16:56:53  sparky
+- actually enable the ppc hack
+
 Revision 1.54  2009/03/21 20:48:08  pawelz
 - rel 4 (now it builds on ppc too)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clisp.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list