diff -Nru qtbase-opensource-src-5.3.2+dfsg/debian/changelog qtbase-opensource-src-5.3.2+dfsg/debian/changelog --- qtbase-opensource-src-5.3.2+dfsg/debian/changelog 2014-10-08 21:28:27.000000000 +0000 +++ qtbase-opensource-src-5.3.2+dfsg/debian/changelog 2014-11-27 01:57:18.000000000 +0000 @@ -1,3 +1,9 @@ +qtbase-opensource-src (5.3.2+dfsg-4+rpi1) jessie-staging; urgency=medium + + * Disable neon (-no-neon no longer seems to work, so edit configure instead) + + -- Peter Michael Green Thu, 27 Nov 2014 01:56:58 +0000 + qtbase-opensource-src (5.3.2+dfsg-4) unstable; urgency=medium * Move QPlatformSupport stuff from qtbase5-dev to qtbase5-private-dev, as it diff -Nru qtbase-opensource-src-5.3.2+dfsg/debian/patches/disable-neon.patch qtbase-opensource-src-5.3.2+dfsg/debian/patches/disable-neon.patch --- qtbase-opensource-src-5.3.2+dfsg/debian/patches/disable-neon.patch 1970-01-01 00:00:00.000000000 +0000 +++ qtbase-opensource-src-5.3.2+dfsg/debian/patches/disable-neon.patch 2014-11-27 01:57:18.000000000 +0000 @@ -0,0 +1,28 @@ +Description: Disable neon + -no-neon no longer seems to work, so edit configure instead +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- qtbase-opensource-src-5.3.0+dfsg.orig/configure ++++ qtbase-opensource-src-5.3.0+dfsg/configure +@@ -683,7 +683,7 @@ CFG_REDUCE_RELOCATIONS=auto + CFG_ACCESSIBILITY=auto + CFG_ACCESSIBILITY_ATSPI_BRIDGE=no # will be enabled depending on dbus and accessibility being enabled + CFG_IWMMXT=no +-CFG_NEON=auto ++CFG_NEON=no + CFG_MIPS_DSP=auto + CFG_MIPS_DSPR2=auto + CFG_CLOCK_GETTIME=auto diff -Nru qtbase-opensource-src-5.3.2+dfsg/debian/patches/series qtbase-opensource-src-5.3.2+dfsg/debian/patches/series --- qtbase-opensource-src-5.3.2+dfsg/debian/patches/series 2014-10-08 21:23:10.000000000 +0000 +++ qtbase-opensource-src-5.3.2+dfsg/debian/patches/series 2014-11-27 01:57:18.000000000 +0000 @@ -10,3 +10,4 @@ # Debian specific. remove_google_adsense.patch revert_upstream_bsymbolic_change.patch +disable-neon.patch