diff -Nru qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/changelog qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/changelog --- qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/changelog 2013-09-15 00:28:57.000000000 +0000 +++ qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/changelog 2013-10-06 12:38:10.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.5+git121-g2a9ea11+dfsg-1+rpi1) jessie-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Sun, 06 Oct 2013 12:37:48 +0000 + qt4-x11 (4:4.8.5+git121-g2a9ea11+dfsg-1) unstable; urgency=low * Upstream snapshot, git v4.8.5+git121-g2a9ea11. diff -Nru qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/rules qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/rules --- qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/rules 2013-07-04 15:36:37.000000000 +0000 +++ qt4-x11-4.8.5+git121-g2a9ea11+dfsg/debian/rules 2013-10-06 12:38:10.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)