freeswitch: fix build when ccache is enabled
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
de224c8870
commit
de7c6eba19
1 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,11 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
|
TARGET_CC=$(TARGET_CC_NOCACHE)
|
||||||
|
TARGET_CXX=$(TARGET_CXX_NOCACHE)
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/Default
|
define Package/$(PKG_NAME)/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
|
|
Loading…
Reference in a new issue