rpms/bzflag/devel bzflag.spec,1.12,1.13

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon May 9 14:06:04 UTC 2005


Author: nphilipp

Update of /cvs/extras/rpms/bzflag/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23626

Modified Files:
	bzflag.spec 
Log Message:
build with -fno-strict-aliasing (typo)



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bzflag.spec	9 May 2005 11:20:29 -0000	1.12
+++ bzflag.spec	9 May 2005 14:06:02 -0000	1.13
@@ -39,8 +39,8 @@
 
 %build
 # Use PIE because bzflag/bzfs are networked server applications
-CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
-CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
+CFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
+CXXFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
 %configure
 make %{?_smp_mflags}
 
@@ -70,6 +70,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Mon May 09 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-4
+- build with -fno-strict-aliasing (typo)
+
 * Mon May 09 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-3
 - build with -fnostrict-aliasing
 




More information about the fedora-extras-commits mailing list