mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
lzip: use $(TARGET_MAKE_ENV) for configure as well
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
678a54e11c
commit
f3f9a860c0
@ -10,7 +10,7 @@ LZIP_LICENSE = GPLv3+
|
|||||||
LZIP_LICENSE_FILES = COPYING
|
LZIP_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
define LZIP_CONFIGURE_CMDS
|
define LZIP_CONFIGURE_CMDS
|
||||||
(cd $(@D); ./configure --prefix=/usr \
|
(cd $(@D); $(TARGET_MAKE_ENV) ./configure --prefix=/usr \
|
||||||
$(TARGET_CONFIGURE_OPTS) )
|
$(TARGET_CONFIGURE_OPTS) )
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user