[Buildroot] [git commit master 1/1] icu: add quotes around TARGET_CXX

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 27 21:01:29 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=8a1468be5b0c6638ce6da8b41ae3a6c3ca788575
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Now that TARGET_CXX contains a --sysroot= option and therefore spaces,
it needs to be used with quotes.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/icu/icu.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/icu/icu.mk b/package/icu/icu.mk
index 17f153e..7961b07 100644
--- a/package/icu/icu.mk
+++ b/package/icu/icu.mk
@@ -33,7 +33,7 @@ $(ICU_DIR)/.configured: $(ICU_HOST_DIR)/.configured
 	(cd $(ICU_DIR); rm -rf config.cache; \
 		$(TARGET_CONFIGURE_OPTS) \
 		$(TARGET_CONFIGURE_ARGS) \
-		CXX=$(TARGET_CXX) \
+		CXX="$(TARGET_CXX)" \
 		./configure $(QUIET) \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \
-- 
1.7.1



More information about the buildroot mailing list