[Buildroot] [git commit] fio: add optional zlib dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 23 21:07:37 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=d79885b03af073ef6560c404c4d05c8575accde6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/fio/fio.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/fio/fio.mk b/package/fio/fio.mk
index e09bd71..662b2b2 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


More information about the buildroot mailing list