[fenix] 75/127: Compile fenix with -fno-strict-aliasing to avoid #456034.

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

roam-guest pushed a commit to branch master
in repository fenix.

commit 3769ec5dc8cfb1dbb75cbcb97642b333d37a306d
Author: Peter De Wachter <pdewacht at gmail.com>
Date:   Thu Dec 18 20:15:59 2008 +0000

    Compile fenix with -fno-strict-aliasing to avoid #456034.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b4c6738..779ad6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fenix (0.92a.dfsg1-4.2) UNRELEASED; urgency=low
 
   [ 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
 
diff --git a/debian/rules b/debian/rules
index c360d2a..2f97f96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git



More information about the Pkg-games-commits mailing list