mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
lsof: 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
04a89b8fa7
commit
152e98ccab
@ -47,7 +47,7 @@ define LSOF_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LSOF_BUILD_CMDS
|
define LSOF_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS)" -C $(@D)
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) DEBUG="$(TARGET_CFLAGS)" -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LSOF_INSTALL_TARGET_CMDS
|
define LSOF_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user