From 843ec88189bbd464aa0358f4339edac3c9ceee7d Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: May 09 2005 14:06:02 +0000 Subject: build with -fno-strict-aliasing (typo) --- diff --git a/bzflag.spec b/bzflag.spec index a1fac6e..2b1eab5 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -39,8 +39,8 @@ There are two main styles of play: capture-the-flag and free-for-all. %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 @@ rm -rf %{buildroot} %{_mandir}/man*/* %changelog +* Mon May 09 2005 Nils Philippsen 2.0.2-4 +- build with -fno-strict-aliasing (typo) + * Mon May 09 2005 Nils Philippsen 2.0.2-3 - build with -fnostrict-aliasing