From: Gustavo Zacarias Date: Fri, 28 Oct 2016 13:18:21 +0000 (-0300) Subject: lzip: use $(TARGET_MAKE_ENV) for configure as well X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3f9a860c09728edbc7a6cb5f03841092535ff59;p=buildroot.git lzip: use $(TARGET_MAKE_ENV) for configure as well Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/lzip/lzip.mk b/package/lzip/lzip.mk index ecf70a37df..8180fd0a46 100644 --- a/package/lzip/lzip.mk +++ b/package/lzip/lzip.mk @@ -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