diff -Nru qt4-x11-4.8.1/debian/changelog qt4-x11-4.8.1/debian/changelog --- qt4-x11-4.8.1/debian/changelog 2012-05-01 12:13:27.000000000 +0100 +++ qt4-x11-4.8.1/debian/changelog 2012-05-13 22:42:19.000000000 +0100 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.1-1+rpi1) wheezy; urgency=low + + * Disable neon + + -- Peter Micheal Green Tue, 08 May 2012 23:32:55 +0000 + qt4-x11 (4:4.8.1-1) unstable; urgency=low * New upstream release. diff -Nru qt4-x11-4.8.1/debian/rules qt4-x11-4.8.1/debian/rules --- qt4-x11-4.8.1/debian/rules 2012-05-01 12:13:27.000000000 +0100 +++ qt4-x11-4.8.1/debian/rules 2012-05-13 22:30:50.000000000 +0100 @@ -56,7 +56,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)