diff --git a/package/fio/fio.mk b/package/fio/fio.mk index e09bd71d87..662b2b2ebb 100644 --- a/package/fio/fio.mk +++ b/package/fio/fio.mk @@ -13,6 +13,10 @@ ifeq ($(BR2_PACKAGE_LIBAIO),y) FIO_DEPENDENCIES += libaio endif +ifeq ($(BR2_PACKAGE_ZLIB),y) +FIO_DEPENDENCIES += zlib +endif + define FIO_CONFIGURE_CMDS (cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)") endef