diff -Nru qt4-x11-4.8.2+dfsg/debian/changelog qt4-x11-4.8.2+dfsg/debian/changelog --- qt4-x11-4.8.2+dfsg/debian/changelog 2012-08-27 21:54:43.000000000 +0100 +++ qt4-x11-4.8.2+dfsg/debian/changelog 2012-11-08 03:53:19.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.2+dfsg-2+rpi1) wheezy-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Tue, 08 May 2012 23:32:55 +0000 + qt4-x11 (4:4.8.2+dfsg-2) unstable; urgency=low * Remove Fix-JIT-crash-on-x86-64-avoid-32-bit-branch-offset-o.patch. It seems diff -Nru qt4-x11-4.8.2+dfsg/debian/rules qt4-x11-4.8.2+dfsg/debian/rules --- qt4-x11-4.8.2+dfsg/debian/rules 2012-08-18 20:35:58.000000000 +0100 +++ qt4-x11-4.8.2+dfsg/debian/rules 2012-11-08 03:53:19.000000000 +0000 @@ -54,7 +54,7 @@ armv6_architectures += armel endif ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(armv6_architectures))) - extra_configure_opts += -arch armv6 + extra_configure_opts += -arch armv6 -no-neon endif ifeq ($(vendor),Ubuntu)