diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/fio/fio_2.2.6.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_2.2.6.bb | 3 |
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 dca0e64e6..5bf387c3a 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" | |||
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | # avoids build breaks when using no-static-libs.inc | ||
29 | DISABLE_STATIC = "" | ||
30 | |||
28 | EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'" | 31 | EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}'" |
29 | 32 | ||
30 | do_configure() { | 33 | do_configure() { |