diff -Nru qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/changelog qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/changelog --- qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/changelog 2014-01-12 03:27:34.000000000 +0000 +++ qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/changelog 2014-01-19 02:40:30.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.5+git209-g718fae5+dfsg-1+rpi1) jessie-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Sun, 19 Jan 2014 02:40:16 +0000 + qt4-x11 (4:4.8.5+git209-g718fae5+dfsg-1) unstable; urgency=medium [ Dmitry Shachnev ] diff -Nru qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/rules qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/rules --- qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/rules 2014-01-11 20:04:49.000000000 +0000 +++ qt4-x11-4.8.5+git209-g718fae5+dfsg/debian/rules 2014-01-19 02:40:06.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)