mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
fio: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
16fa28058b
commit
966358d299
@ -22,11 +22,11 @@ FIO_DEPENDENCIES += zlib
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define FIO_CONFIGURE_CMDS
|
define FIO_CONFIGURE_CMDS
|
||||||
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
(cd $(@D); $(TARGET_MAKE_ENV) ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define FIO_BUILD_CMDS
|
define FIO_BUILD_CMDS
|
||||||
$(MAKE) -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define FIO_INSTALL_TARGET_CMDS
|
define FIO_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user