* Thierry Reding wrote:
[...]
> could you try rebuilding glide with -fno-strict-aliasing? I have attached a
> diff that patches debian/rules to add that to CFLAGS. This is mainly just
> guessing but the same solution did fix a similar bug in mesa recently.
[...]

And here's the missing patch, sorry.

Thierry

Index: debian/rules
===================================================================
--- debian/rules	(revision 95)
+++ debian/rules	(working copy)
@@ -29,7 +29,7 @@
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-CFLAGS = -g -Wall
+CFLAGS = -g -Wall -fno-strict-aliasing
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS += -O0

Attachment: signature.asc
Description: Digital signature

Reply via email to