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)
1  2 
net/freeswitch/Makefile

index 2e93d95358614a00b016263dd323c103a35927d3,52f05c4cd03919543a5f9bab145417239f31bd7e..347e6912ab7513dbb44303cc8b526418f6cb1e61
@@@ -224,13 -224,12 +224,18 @@@ 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)
 +TARGET_CXX=$(TARGET_CXX_NOCACHE)
 +endif
 +
 +
  define Package/$(PKG_NAME)/Default
    SECTION:=net
    CATEGORY:=Network