diff options
author | Gustavo Zacarias <gustavo.zacarias@free-electrons.com> | 2016-10-28 10:18:21 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-29 15:52:36 +0200 |
commit | f3f9a860c09728edbc7a6cb5f03841092535ff59 (patch) | |
tree | 4d91eaa2e0adf2c5e50a6670070bfe544a09117e | |
parent | 678a54e11c2194d1a036cb1c55f25e2b2faa4a94 (diff) |
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>
-rw-r--r-- | package/lzip/lzip.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lzip/lzip.mk b/package/lzip/lzip.mk index ecf70a37d..8180fd0a4 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 |