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 2013-02-05 21:52:39.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/changelog 2013-02-14 22:07:07.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.2+dfsg-11+rpi1) wheezy-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Thu, 14 Feb 2013 22:06:41 +0000 + qt4-x11 (4:4.8.2+dfsg-11) unstable; urgency=medium * Take upstream patch change_all_shmget_calls_to_use_user-only_memory.patch. 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 2013-02-05 21:33:25.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/rules 2013-02-14 22:07:07.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)