mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
ncurses: use $(HOST_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
5e2c37221c
commit
a7bb73d0fb
@ -169,8 +169,8 @@ endef # NCURSES_INSTALL_TARGET_CMDS
|
|||||||
# ourselves, and use that during installation.
|
# ourselves, and use that during installation.
|
||||||
#
|
#
|
||||||
define HOST_NCURSES_BUILD_CMDS
|
define HOST_NCURSES_BUILD_CMDS
|
||||||
$(MAKE1) -C $(@D) sources
|
$(HOST_MAKE_ENV) $(MAKE1) -C $(@D) sources
|
||||||
$(MAKE) -C $(@D)/progs tic
|
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/progs tic
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_NCURSES_CONF_OPTS = \
|
HOST_NCURSES_CONF_OPTS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user