mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
live555: 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
0c5e57f973
commit
4f3fa0cfea
@ -41,15 +41,15 @@ define LIVE555_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LIVE555_BUILD_CMDS
|
define LIVE555_BUILD_CMDS
|
||||||
$(MAKE) -C $(@D) all
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LIVE555_INSTALL_STAGING_CMDS
|
define LIVE555_INSTALL_STAGING_CMDS
|
||||||
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LIVE555_INSTALL_TARGET_CMDS
|
define LIVE555_INSTALL_TARGET_CMDS
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) PREFIX=/usr -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) PREFIX=/usr -C $(@D) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user