diff options
| author | Gustavo Zacarias <gustavo.zacarias@free-electrons.com> | 2016-10-17 13:06:22 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-22 15:19:24 +0200 |
| commit | 8fec991c78270ac3fe00e11ad1203ffc26e1f9cb (patch) | |
| tree | 810f67f57179f1a1f241b2b2a6daec993b494c64 /package/softether | |
| parent | a0261d3368f009c5c2a076e0a205c67d86460b39 (diff) | |
| download | buildroot-8fec991c78270ac3fe00e11ad1203ffc26e1f9cb.tar.gz buildroot-8fec991c78270ac3fe00e11ad1203ffc26e1f9cb.zip | |
softether: use $(HOST_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/softether')
| -rw-r--r-- | package/softether/softether.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/softether/softether.mk b/package/softether/softether.mk index 9f987744f3..da7d129723 100644 --- a/package/softether/softether.mk +++ b/package/softether/softether.mk @@ -34,9 +34,9 @@ HOST_SOFTETHER_DEPENDENCIES = host-pkgconf host-openssl host-readline # target build creates the file hamcore.se2 which needs the host variant of # hamcorebuilder, for details see http://www.vpnusers.com/viewtopic.php?p=5426 define HOST_SOFTETHER_BUILD_CMDS - $(MAKE) -C $(@D)/src/Mayaqua - $(MAKE) -C $(@D)/src/Cedar - $(MAKE) -C $(@D)/src/hamcorebuilder + $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/Mayaqua + $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/Cedar + $(HOST_MAKE_ENV) $(MAKE) -C $(@D)/src/hamcorebuilder endef define HOST_SOFTETHER_INSTALL_CMDS |

