icu: add quotes around TARGET_CXX
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Jul 2010 07:55:13 +0000 (09:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 27 Jul 2010 20:48:13 +0000 (22:48 +0200)
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@free-electrons.com>
package/icu/icu.mk

index 17f153e64d9f8c9175c846cd44abd08a19cb12da..7961b0792c1faa64999acce933610ef2ccf687f9 100644 (file)
@@ -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) \