mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
noip: add $(TARGET_MAKE_ENV) before $(MAKE)
For consistency reasons, this commit adjusts the noip package to pass $(TARGET_MAKE_ENV) in the environment when calling $(MAKE). Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ade3ed6816
commit
2683c7e515
@ -12,8 +12,8 @@ NOIP_LICENSE_FILES = COPYING
|
|||||||
|
|
||||||
define NOIP_BUILD_CMDS
|
define NOIP_BUILD_CMDS
|
||||||
$(SED) "/^#define CONFIG_FILENAME/ s/PREFIX//" $(@D)/noip2.c
|
$(SED) "/^#define CONFIG_FILENAME/ s/PREFIX//" $(@D)/noip2.c
|
||||||
$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) CC="$(TARGET_CC)" \
|
||||||
PREFIX=/usr CONFDIR=/etc
|
CFLAGS="$(TARGET_CFLAGS)" PREFIX=/usr CONFDIR=/etc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define NOIP_INSTALL_TARGET_CMDS
|
define NOIP_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user