summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fftw/fftw.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fftw/fftw.inc')
-rw-r--r--meta-oe/recipes-support/fftw/fftw.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc
index 074a53b36f..6bd622d9b8 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -11,6 +11,8 @@ S = "${WORKDIR}/fftw-${PV}"
11 11
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14EXTRA_OECONF = "--disable-fortran --enable-shared --enable-threads"
15
14do_configure_prepend() { 16do_configure_prepend() {
15 echo 'AM_PROG_AS' >> ${S}/configure.ac 17 echo 'AM_PROG_AS' >> ${S}/configure.ac
16} 18}