Merge branch 'master' of git.openwrt.org:feed/telephony
[feed/telephony.git] / net / freeswitch / Makefile
index 2e93d95..347e691 100644 (file)
@@ -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
+
 
 ifneq ($(CONFIG_CCACHE),)
 TARGET_CC=$(TARGET_CC_NOCACHE)