[Buildroot] [PATCH 07/16] icu: add quotes around TARGET_CXX

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 27 14:46:16 UTC 2010


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.0.4




More information about the buildroot mailing list