bumped up to the latest FS git commit (84d029e4b92c5161aca2c6317f3ff1087c60d52a)
[openwrt/svn-archive/archive.git] / net / freeswitch / patches / 009-src-mod-codecs-mod_silk-Makefile.patch
1 --- a/src/mod/codecs/mod_silk/Makefile
2 +++ b/src/mod/codecs/mod_silk/Makefile
3 @@ -1,4 +1,5 @@
4 BASE=../../../..
5 +include $(BASE)/build/openwrt_rules.mk
6 SILK_DIR=$(switch_srcdir)/libs/silk
7 SILK_BUILDDIR=$(switch_builddir)/libs/silk
8 LOCAL_CFLAGS=-I$(SILK_DIR)/src -I$(SILK_DIR)/interface
9 @@ -7,5 +8,5 @@ LOCAL_LIBADD=$(SILK_LA)
10 include $(BASE)/build/modmake.rules
11
12 $(SILK_LA): $(SILK_DIR)/.update
13 - cd $(SILK_BUILDDIR) && ./configure --disable-shared && make clean && $(MAKE)
14 + cd $(SILK_BUILDDIR) && ./configure --host=$(GNU_TARGET_NAME) --disable-shared && make clean && $(MAKE)
15 $(TOUCH_TARGET)