|
@@ -9,6 +9,10 @@ FIO_SITE = git://git.kernel.dk/fio.git
|
|
FIO_LICENSE = GPLv2 + special obligations
|
|
FIO_LICENSE = GPLv2 + special obligations
|
|
FIO_LICENSE_FILES = COPYING
|
|
FIO_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
|
|
|
+FIO_DEPENDENCIES += libaio
|
|
|
|
+endif
|
|
|
|
+
|
|
define FIO_CONFIGURE_CMDS
|
|
define FIO_CONFIGURE_CMDS
|
|
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
|
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
|
endef
|
|
endef
|