freeswitch: fix build when ccache is enabled
Signed-off-by: John Crispin <blogic@openwrt.org>
This commit is contained in:
parent
f606f2da8c
commit
22b9ce35bc
1 changed files with 5 additions and 0 deletions
|
@ -224,6 +224,11 @@ PKG_CONFIG_DEPENDS:= \
|
|||
include $(INCLUDE_DIR)/package.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
|
||||
SECTION:=net
|
||||
|
|
Loading…
Reference in a new issue