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

@@@ -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