diff options
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb index 1fead4d02..33e827988 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb | |||
@@ -55,7 +55,7 @@ do_configure() { | |||
55 | do_compile() { | 55 | do_compile() { |
56 | for lib in fftw fftwl fftwf; do | 56 | for lib in fftw fftwl fftwf; do |
57 | cd ${WORKDIR}/build-$lib | 57 | cd ${WORKDIR}/build-$lib |
58 | sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h | 58 | test -n "${TOOLCHAIN_OPTIONS}" && sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h |
59 | autotools_do_compile | 59 | autotools_do_compile |
60 | done | 60 | done |
61 | } | 61 | } |