SPECS: elfutils.spec - release 2 - we have a miscompilation proble...

baggins baggins at pld-linux.org
Tue Jun 21 00:08:03 CEST 2005


Author: baggins                      Date: Mon Jun 20 22:08:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- release 2
- we have a miscompilation problem
- turned off optimizations on sparc

---- Files affected:
SPECS:
   elfutils.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/elfutils.spec
diff -u SPECS/elfutils.spec:1.44 SPECS/elfutils.spec:1.45
--- SPECS/elfutils.spec:1.44	Mon Jun 20 13:27:08 2005
+++ SPECS/elfutils.spec	Tue Jun 21 00:07:57 2005
@@ -7,7 +7,7 @@
 Summary(pl):	Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów
 Name:		elfutils
 Version:	0.108
-Release:	1
+Release:	2
 License:	OSL 1.0 (http://www.opensource.org/licenses/osl.php)
 Group:		Development/Tools
 # http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/SRPMS/
@@ -137,6 +137,11 @@
 %{__autoheader}
 %{__automake}
 %{__autoconf}
+
+# Turn off optimization on sparc to avoid Bus error with some tests
+%ifarch sparc
+CFLAGS="%{rpmcflags} -O0" ; export CFLAGS
+%endif
 %configure \
 	--program-prefix=%{_programprefix} \
 	--enable-shared
@@ -218,6 +223,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2005/06/20 22:07:57  baggins
+- release 2
+- we have a miscompilation problem
+- turned off optimizations on sparc
+
 Revision 1.44  2005/06/20 11:27:08  baggins
 - updated to 0.108
 - security fix (TODO removed)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/elfutils.spec?r1=1.44&r2=1.45&f=u




More information about the pld-cvs-commit mailing list