Merge branch 'master' of git.openwrt.org:feed/telephony
authorMazi Lo <openwrt.mazilo@recursor.net>
Sat, 6 Sep 2014 18:22:07 +0000 (14:22 -0400)
committerMazi Lo <openwrt.mazilo@recursor.net>
Sat, 6 Sep 2014 18:22:07 +0000 (14:22 -0400)
net/freeswitch/Makefile

index 2e93d95358614a00b016263dd323c103a35927d3..347e6912ab7513dbb44303cc8b526418f6cb1e61 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)