From: Hirokazu MORIKAWA Date: Mon, 13 Feb 2017 10:42:01 +0000 (+0900) Subject: icu: fix fail situation of CONFIG_CCACHE=y X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1afed3f13aa5dc980333b67509b91c484b263482;p=feed%2Fpackages.git icu: fix fail situation of CONFIG_CCACHE=y Maintainer: me Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-4c09f99 Run tested: NONE Description: buildbots fail situation of CONFIG_CCACHE=y `Running ./configure CC=ccache gcc CXX=ccache g++ ....` Signed-off-by: Hirokazu MORIKAWA --- diff --git a/libs/icu/Makefile b/libs/icu/Makefile index f499fe1c34..c46445ab9e 100644 --- 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) \