rpms/clisp/devel clisp.spec,1.33,1.34

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Jul 19 22:42:47 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/clisp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18118

Modified Files:
	clisp.spec 
Log Message:
new release 2.46


Index: clisp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- clisp.spec	4 Jul 2008 18:35:43 -0000	1.33
+++ clisp.spec	19 Jul 2008 22:41:56 -0000	1.34
@@ -72,7 +72,7 @@
 
 %build
 %ifarch ppc ppc64
-%define opt_flags "$RPM_OPT_FLAGS -DNO_GENERATIONAL_GC"
+%define opt_flags "$RPM_OPT_FLAGS -DNO_GENERATIONAL_GC -DNO_MULTIMAP_FILE -DNO_SINGLEMAP"
 ulimit -s unlimited
 %else
 %define opt_flags "$RPM_OPT_FLAGS"
@@ -80,8 +80,8 @@
 
 ./configure --prefix=%{_prefix} \
             --libdir=%{_libdir} \
-	        --mandir=%{_mandir} \
-	        --docdir=%{_docdir}/clisp-%{version} \
+            --mandir=%{_mandir} \
+            --docdir=%{_docdir}/clisp-%{version} \
             --fsstnd=redhat \
             --with-module=bindings/glibc \
             --with-module=clx/new-clx \
@@ -92,10 +92,15 @@
             --with-module=rawsock \
             --with-module=wildcard \
             --with-module=zlib \
-	        --with-module=berkeley-db \
-	        --with-readline \
-            --cbc \
-	        build CFLAGS=%opt_flags
+            --with-module=berkeley-db \
+            --with-readline \
+            build CFLAGS=%opt_flags
+
+%ifarch ppc ppc64
+ulimit -s unlimited
+%endif
+make -C build
+
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list