diff options
-rw-r--r-- | configs/debian | 4 | ||||
-rw-r--r-- | configs/debian-static | 4 | ||||
-rw-r--r-- | debian/changelog | 9 |
3 files changed, 13 insertions, 4 deletions
diff --git a/configs/debian b/configs/debian index 793fb606852..2af0d1fc95f 100644 --- a/configs/debian +++ b/configs/debian @@ -7,9 +7,9 @@ CXX = c++ DEBIAN_COMMON_CPPFLAGS = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DUSE_XSHM -DPTHREADS `pkg-config --cflags x11 xext` -DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fPIC +DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fPIC -fno-strict-aliasing -DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fPIC +DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fPIC -fno-strict-aliasing DEBIAN_OPT_CFLAGS = -O2 diff --git a/configs/debian-static b/configs/debian-static index 0b5318e53a8..95e4d69c901 100644 --- a/configs/debian-static +++ b/configs/debian-static @@ -7,9 +7,9 @@ CXX = c++ DEBIAN_COMMON_CPPFLAGS = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall +DEBIAN_COMMON_CFLAGS = -std=c99 -pedantic -Wall -fno-strict-aliasing -DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall +DEBIAN_COMMON_CXXFLAGS = -ansi -pedantic -Wall -fno-strict-aliasing DEBIAN_OPT_CFLAGS = -O2 diff --git a/debian/changelog b/debian/changelog index 2e6676fac6c..6586376db9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mesa (6.5.1-0.5) unstable; urgency=low + + * Non-maintainer upload. + * Build with -fno-strict-aliasing to fix misbuild of i965_dri.so + (closes: #394311). Thanks to Michel Dänzer for the fix, and to Ryan + Richter for the report and testing. + + -- Julien Cristau <julien.cristau@ens-lyon.org> Wed, 3 Jan 2007 13:48:20 +0100 + mesa (6.5.1-0.4) unstable; urgency=medium * Non-maintainer upload (and brown paper bag release). |