aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_2.2.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
index dca0e64e66..5bf387c3ad 100644
--- a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
@@ -25,6 +25,9 @@ SRC_URI = "git://git.kernel.dk/fio.git"
S = "${WORKDIR}/git"
+# avoids build breaks when using no-static-libs.inc
+DISABLE_STATIC = ""
+
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'"
do_configure() {