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

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon May 9 11:20:31 UTC 2005


Author: nphilipp

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

Modified Files:
	bzflag.spec 
Log Message:
build with -fnostrict-aliasing



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bzflag.spec	7 Apr 2005 14:37:16 -0000	1.11
+++ bzflag.spec	9 May 2005 11:20:29 -0000	1.12
@@ -4,7 +4,7 @@
 Summary: 3D multi-player tank battle game
 Name: bzflag
 Version: 2.0.2
-Release: 2
+Release: 3
 License: GPL
 Group: Amusements/Games
 URL: http://bzflag.org
@@ -39,8 +39,8 @@
 
 %build
 # Use PIE because bzflag/bzfs are networked server applications
-CFLAGS='-fPIE -pie %optflags'
-CXXFLAGS='-fPIE -pie %optflags'
+CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
+CXXFLAGS='-fPIE -pie %optflags -fnostrict-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-3
+- build with -fnostrict-aliasing
+
 * Wed Apr 06 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-2
 - build with adns
 - build require libGL-devel and libGLU-devel to hopefully resolve building




More information about the fedora-extras-commits mailing list