tags 394311 + patch
thanks

Hi,

Attached is the diff for my mesa 6.5.1-0.5 NMU.

Cheers,
Julien
diff -u mesa-6.5.1/configs/debian mesa-6.5.1/configs/debian
--- mesa-6.5.1/configs/debian
+++ mesa-6.5.1/configs/debian
@@ -7,9 +7,9 @@
 
 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 -u mesa-6.5.1/configs/debian-static mesa-6.5.1/configs/debian-static
--- mesa-6.5.1/configs/debian-static
+++ mesa-6.5.1/configs/debian-static
@@ -7,9 +7,9 @@
 
 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 -u mesa-6.5.1/debian/changelog mesa-6.5.1/debian/changelog
--- mesa-6.5.1/debian/changelog
+++ mesa-6.5.1/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 <[EMAIL PROTECTED]>  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).

Attachment: signature.asc
Description: Digital signature

Reply via email to