commit 5c8bea8d7ee3a777371809748673a38bd7f6d75c
parent ebcce1defa72a9f09172b66d4d2c86907e862883
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 13 Feb 2017 12:49:13 +0200
Merge pull request #3995 from nxhack/use_NOCACHE
icu: fix fail situation of CONFIG_CCACHE=y
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libs/icu/Makefile b/libs/icu/Makefile
@@ -66,8 +66,8 @@ CONFIGURE_ARGS:= \
HOST_CONFIGURE_CMD:= ./runConfigureICU
HOST_CONFIGURE_ARGS:= \
Linux/gcc \
- CC="$(HOSTCC)" \
- CXX="$(HOSTCXX)" \
+ CC="$(HOSTCC_NOCACHE)" \
+ CXX="$(HOSTCXX_NOCACHE)" \
--disable-debug \
--enable-release \
--enable-shared \
@@ -77,7 +77,7 @@ HOST_CONFIGURE_ARGS:= \
--disable-tracing \
--disable-extras \
--enable-dyload \
- --prefix=$(HOST_BUILD_PREFIX)
+ --prefix=$(STAGING_DIR_HOSTPKG)
define Build/InstallDev
$(INSTALL_DIR) \