projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f606f2d
)
freeswitch: fix build when ccache is enabled
author
John Crispin
<blogic@openwrt.org>
Thu, 17 Jul 2014 20:28:50 +0000
(21:28 +0100)
committer
John Crispin
<blogic@openwrt.org>
Tue, 2 Sep 2014 10:59:35 +0000
(12:59 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index 0a1461c35c2d4f8619c6cafbd4601eb533a8a391..52f05c4cd03919543a5f9bab145417239f31bd7e 100644
(file)
--- a/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@
-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
+
define Package/$(PKG_NAME)/Default
SECTION:=net