projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6c33bb0
de7c6eb
)
Merge branch 'master' of git.openwrt.org:feed/telephony
author
Mazi Lo
<openwrt.mazilo@recursor.net>
Sat, 6 Sep 2014 18:22:07 +0000
(14:22 -0400)
committer
Mazi Lo
<openwrt.mazilo@recursor.net>
Sat, 6 Sep 2014 18:22:07 +0000
(14:22 -0400)
1
2
net/freeswitch/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
net/freeswitch/Makefile
index
2e93d95
,
52f05c4
..
347e691
---
1
/
net/freeswitch/Makefile
---
2
/
net/freeswitch/Makefile
+++ b/
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