summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/debian-default1
-rw-r--r--debian/changelog7
2 files changed, 7 insertions, 1 deletions
diff --git a/configs/debian-default b/configs/debian-default
index f80ec30f0b6..8d1b785ee00 100644
--- a/configs/debian-default
+++ b/configs/debian-default
@@ -3,7 +3,6 @@
CONFIG_NAME = debian-default
OPT_FLAGS = -O2 -g
-CFLAGS += -fno-strict-aliasing
# override settings in configs/linux-x86-64
LIB_DIR = lib
diff --git a/debian/changelog b/debian/changelog
index 9b7c8d3a89b..c1878168630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (7.0.2-2) UNRELEASED; urgency=low
+
+ * Don't set -fno-strict-aliasing in configs/debian-default. It is set
+ upstream now.
+
+ -- Julien Cristau <jcristau@debian.org> Tue, 13 Nov 2007 20:56:41 +0100
+
mesa (7.0.2-1) unstable; urgency=low
* New upstream release.