diff -Nru fftw3-3.3.3/debian/changelog fftw3-3.3.3/debian/changelog --- fftw3-3.3.3/debian/changelog 2013-10-27 13:32:57.000000000 +0000 +++ fftw3-3.3.3/debian/changelog 2013-11-29 22:31:43.000000000 +0000 @@ -1,3 +1,9 @@ +fftw3 (3.3.3-7+rpi1) jessie-staging; urgency=low + + * Disable neon. + + -- Peter Michael Green Fri, 29 Nov 2013 22:31:26 +0000 + fftw3 (3.3.3-7) unstable; urgency=low * restrict architectures of long dependency of libfftw3-3 (Closes: #710890) diff -Nru fftw3-3.3.3/debian/rules fftw3-3.3.3/debian/rules --- fftw3-3.3.3/debian/rules 2013-10-27 13:32:57.000000000 +0000 +++ fftw3-3.3.3/debian/rules 2013-11-29 22:32:50.000000000 +0000 @@ -53,9 +53,9 @@ ifeq ($(ARCHITECTURE), powerpc) archconfflags_single := --enable-altivec endif -ifneq (,$(filter $(ARCHITECTURE), armhf arm64)) - archconfflags_single := --enable-neon -endif +#ifneq (,$(filter $(ARCHITECTURE), armhf arm64)) +# archconfflags_single := --enable-neon +#endif endif ifneq (,$(findstring nog77,$(DEB_BUILD_OPTIONS)))