aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fftw
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fftw')
-rw-r--r--recipes/fftw/fftw_3.2.2.bb4
-rw-r--r--recipes/fftw/fftwf_3.2.2.bb4
-rw-r--r--recipes/fftw/fftwl_3.2.2.bb4
3 files changed, 3 insertions, 9 deletions
diff --git a/recipes/fftw/fftw_3.2.2.bb b/recipes/fftw/fftw_3.2.2.bb
index 8bd02c5c75..090e004092 100644
--- a/recipes/fftw/fftw_3.2.2.bb
+++ b/recipes/fftw/fftw_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
-EXTRA_OECONF = "--disable-fortran --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-shared --enable-threads"
SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"
diff --git a/recipes/fftw/fftwf_3.2.2.bb b/recipes/fftw/fftwf_3.2.2.bb
index 510ded6993..ac0bb6cd81 100644
--- a/recipes/fftw/fftwf_3.2.2.bb
+++ b/recipes/fftw/fftwf_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
-EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared --enable-threads"
SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"
diff --git a/recipes/fftw/fftwl_3.2.2.bb b/recipes/fftw/fftwl_3.2.2.bb
index 5b26692cd6..ff2cb2aaa5 100644
--- a/recipes/fftw/fftwl_3.2.2.bb
+++ b/recipes/fftw/fftwl_3.2.2.bb
@@ -2,9 +2,7 @@ require fftw.inc
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz"
-EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared"
-
-
+EXTRA_OECONF = "--disable-fortran --enable-long-double --enable-shared --enable-threads"
SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"