[source] Revert "build: fix HOST_CONFIGURE_VARS placement"

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 5 05:34:17 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/267b05f273f9e2d48933d0e9866bfe7d6e28ee43

commit 267b05f273f9e2d48933d0e9866bfe7d6e28ee43
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Jan 5 14:29:28 2017 +0100

    Revert "build: fix HOST_CONFIGURE_VARS placement"
    
    This reverts commit 8395b63aac616f72fd835c59240fc2a4a6b28106.
    
    Various host builds currently rely on the broken behaviour of
    HOST_CONFIGURE_VARS so roll back to the previous state.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 include/host-build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/host-build.mk b/include/host-build.mk
index f210985..b2f017b 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -80,9 +80,9 @@ define Host/Configure/Default
 	$(if $(HOST_CONFIGURE_PARALLEL),+)(cd $(HOST_BUILD_DIR)/$(3); \
 		if [ -x configure ]; then \
 			$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/$(3)/ && \
-			$(HOST_CONFIGURE_VARS) \
 			$(2) \
 			$(HOST_CONFIGURE_CMD) \
+			$(HOST_CONFIGURE_VARS) \
 			$(HOST_CONFIGURE_ARGS) \
 			$(1); \
 		fi \



More information about the lede-commits mailing list