diff -Nru fftw3-3.3.3/debian/changelog fftw3-3.3.3/debian/changelog --- fftw3-3.3.3/debian/changelog 2013-05-22 17:05:22.000000000 +0000 +++ fftw3-3.3.3/debian/changelog 2013-06-07 07:42:34.000000000 +0000 @@ -1,3 +1,9 @@ +fftw3 (3.3.3-5+rpi1) jessie-staging; urgency=low + + * Disable neon. + + -- Peter Michael Green Fri, 07 Jun 2013 07:42:17 +0000 + fftw3 (3.3.3-5) unstable; urgency=low * stop building quad library on ia64, really Closes: #709168 diff -Nru fftw3-3.3.3/debian/rules fftw3-3.3.3/debian/rules --- fftw3-3.3.3/debian/rules 2013-05-22 17:05:22.000000000 +0000 +++ fftw3-3.3.3/debian/rules 2013-06-07 07:41:56.000000000 +0000 @@ -53,9 +53,9 @@ ifeq ($(ARCHITECTURE), powerpc) archconfflags_single := --enable-altivec endif -ifeq ($(ARCHITECTURE), armhf) - archconfflags_single := --enable-neon -endif +#ifeq ($(ARCHITECTURE), armhf) +# archconfflags_single := --enable-neon +#endif endif ifneq (,$(findstring nog77,$(DEB_BUILD_OPTIONS)))