diff -Nru qt4-x11-4.8.7+dfsg/debian/changelog qt4-x11-4.8.7+dfsg/debian/changelog
--- qt4-x11-4.8.7+dfsg/debian/changelog	2015-11-30 19:13:35.000000000 +0000
+++ qt4-x11-4.8.7+dfsg/debian/changelog	2015-12-06 12:18:40.000000000 +0000
@@ -1,3 +1,10 @@
+qt4-x11 (4:4.8.7+dfsg-5+rpi1) stretch-staging; urgency=medium
+
+  [changes brought forward from 4:4.8.6+git64-g5dc8b2b+dfsg-2+rpi1 by Peter Micheal Green <plugwash@raspbian.org> at Thu, 31 Jul 2014 22:56:54 +0000]
+  * Disable neon
+
+ -- Raspbian forward porter <root@raspbian.org>  Sun, 06 Dec 2015 12:18:37 +0000
+
 qt4-x11 (4:4.8.7+dfsg-5) unstable; urgency=medium
 
   * Add no-ssl3.patch to avoid calling SSLv3 functions as they have been removed
diff -Nru qt4-x11-4.8.7+dfsg/debian/rules qt4-x11-4.8.7+dfsg/debian/rules
--- qt4-x11-4.8.7+dfsg/debian/rules	2015-08-02 18:14:37.000000000 +0000
+++ qt4-x11-4.8.7+dfsg/debian/rules	2015-12-06 12:18:40.000000000 +0000
@@ -51,7 +51,7 @@
 
 armv6_architectures := armhf
 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)