mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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 <morikw2@gmail.com>
This commit is contained in:
+3
-3
@@ -66,8 +66,8 @@ CONFIGURE_ARGS:= \
|
|||||||
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
HOST_CONFIGURE_CMD:= ./runConfigureICU
|
||||||
HOST_CONFIGURE_ARGS:= \
|
HOST_CONFIGURE_ARGS:= \
|
||||||
Linux/gcc \
|
Linux/gcc \
|
||||||
CC="$(HOSTCC)" \
|
CC="$(HOSTCC_NOCACHE)" \
|
||||||
CXX="$(HOSTCXX)" \
|
CXX="$(HOSTCXX_NOCACHE)" \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
@@ -77,7 +77,7 @@ HOST_CONFIGURE_ARGS:= \
|
|||||||
--disable-tracing \
|
--disable-tracing \
|
||||||
--disable-extras \
|
--disable-extras \
|
||||||
--enable-dyload \
|
--enable-dyload \
|
||||||
--prefix=$(HOST_BUILD_PREFIX)
|
--prefix=$(STAGING_DIR_HOSTPKG)
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
|||||||
Reference in New Issue
Block a user