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
|
||||
|
||||
define LZIP_CONFIGURE_CMDS
|
||||
(cd $(@D); ./configure --prefix=/usr \
|
||||
(cd $(@D); $(TARGET_MAKE_ENV) ./configure --prefix=/usr \
|
||||
$(TARGET_CONFIGURE_OPTS) )
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user