rpms/clisp/devel clisp.spec,1.31,1.32

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri Feb 22 19:39:13 UTC 2008


Author: gemi

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

Modified Files:
	clisp.spec 
Log Message:
rebuild with -O0


Index: clisp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- clisp.spec	19 Feb 2008 03:26:14 -0000	1.31
+++ clisp.spec	22 Feb 2008 19:38:38 -0000	1.32
@@ -1,7 +1,7 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.43
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 
 Group:		Development/Languages
 License:	GPLv2
@@ -68,6 +68,8 @@
 %setup -q
 # enforced stack size seems to be too small
 sed -i "s|STACK_LIMIT=.*|STACK_LIMIT=unlimited|" configure
+sed -i "s|-fexpensive-optimizations||" src/makemake.in
+sed -i "s|-O2|-O0|" src/makemake.in
 
 
 %build
@@ -87,8 +89,7 @@
             --with-module=wildcard \
             --with-module=zlib \
 	    --with-readline \
-	    --build build \
-	    CFLAGS="$RPM_OPT_FLAGS"
+	    --build build # CFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
@@ -146,6 +147,9 @@
 
 
 %changelog
+* Fri Feb 22 2008 Gerard Milmeister <gemi at bluewin.ch> - 2.43-5
+- Compile with -O0 to avoid GCC 4.3 miscompilation
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.43-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list