rpms/openhpi/devel openhpi.spec,1.26,1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 22:01:47 UTC 2006


Author: jkeating

Update of /cvs/dist/rpms/openhpi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13125

Modified Files:
	openhpi.spec 
Log Message:
use -fno-strict-aliasing


Index: openhpi.spec
===================================================================
RCS file: /cvs/dist/rpms/openhpi/devel/openhpi.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- openhpi.spec	4 Jan 2006 09:46:29 -0000	1.26
+++ openhpi.spec	9 Jan 2006 22:01:43 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: openhpi Hardware Platform Interface (HPI) library and tools
 Name: openhpi
 Version: 2.2.1
-Release: 2
+Release: 3
 License: BSD
 Group: System Environment/Base
 Source: http://prdownloads.sourceforge.net/openhpi/%{name}-%{version}.tar.gz
@@ -46,6 +46,7 @@
 %patch4 -p1 -b .gcc4
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure --disable-dummy --disable-ipmi
 make
 
@@ -90,6 +91,9 @@
 
 
 %changelog
+* Mon Jan 06 2006 Jesse Keating <jkeating at redhat.com> 2.2.1-3
+- Fix to not use stict-aliasing.
+
 * Wed Jan 04 2006 Radek Vokal <rvokal at redhat.com> 2.2.1-2
 - Rebuilt against new libnetsnmp
 




More information about the fedora-cvs-commits mailing list