mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
lz4: 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
a7bb73d0fb
commit
017e9f3344
@ -18,11 +18,11 @@ LZ4_POST_PATCH_HOOKS += LZ4_DISABLE_SHARED
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define HOST_LZ4_BUILD_CMDS
|
define HOST_LZ4_BUILD_CMDS
|
||||||
$(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D)
|
$(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_LZ4_INSTALL_CMDS
|
define HOST_LZ4_INSTALL_CMDS
|
||||||
$(MAKE) $(HOST_CONFIGURE_OPTS) PREFIX=$(HOST_DIR)/usr \
|
$(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) PREFIX=$(HOST_DIR)/usr \
|
||||||
install -C $(@D)
|
install -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user