mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
lz4: 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
1b95cc2898
commit
7da80ec2c3
@ -27,16 +27,16 @@ define HOST_LZ4_INSTALL_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LZ4_BUILD_CMDS
|
define LZ4_BUILD_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)/lib
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)/lib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LZ4_INSTALL_STAGING_CMDS
|
define LZ4_INSTALL_STAGING_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(STAGING_DIR) \
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(STAGING_DIR) \
|
||||||
PREFIX=/usr install -C $(@D)
|
PREFIX=/usr install -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LZ4_INSTALL_TARGET_CMDS
|
define LZ4_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(TARGET_DIR) \
|
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) DESTDIR=$(TARGET_DIR) \
|
||||||
PREFIX=/usr install -C $(@D)/lib
|
PREFIX=/usr install -C $(@D)/lib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user