r8520 - packages/trunk/fenix/debian

Peter De Wachter pdewacht-guest at alioth.debian.org
Thu Dec 18 20:16:00 UTC 2008


Author: pdewacht-guest
Date: 2008-12-18 20:15:59 +0000 (Thu, 18 Dec 2008)
New Revision: 8520

Modified:
   packages/trunk/fenix/debian/changelog
   packages/trunk/fenix/debian/rules
Log:
Compile fenix with -fno-strict-aliasing to avoid #456034.


Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog	2008-12-17 04:05:26 UTC (rev 8519)
+++ packages/trunk/fenix/debian/changelog	2008-12-18 20:15:59 UTC (rev 8520)
@@ -5,6 +5,7 @@
 
   [ Peter De Wachter ]
   * Added watch file.
+  * Compile with -fno-strict-aliasing. (Closes: #456034)
 
  -- Vincent Fourmond <fourmond at debian.org>  Sun, 20 Jul 2008 16:09:32 +0200
 

Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules	2008-12-17 04:05:26 UTC (rev 8519)
+++ packages/trunk/fenix/debian/rules	2008-12-18 20:15:59 UTC (rev 8520)
@@ -8,7 +8,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fno-strict-aliasing
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




More information about the Pkg-games-commits mailing list