mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-23 03:44:35 +04:00
1. Update to FS v1.7.0 2. Fix erlang detection 3. Fix mod-python 4. Add libvpx and libyuv configure switches. 5. Add mod-graylog2, mod-png, mod-prefix, and mod-translate. 6. Use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST). -- Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
12 lines
552 B
Diff
12 lines
552 B
Diff
--- a/src/mod/languages/mod_python/Makefile.am
|
|
+++ b/src/mod/languages/mod_python/Makefile.am
|
|
@@ -20,7 +20,7 @@ swigclean: clean
|
|
rm -f mod_python_wrap.* freeswitch.py
|
|
|
|
mod_python_wrap.cpp: mod_python_extra.c hack.diff
|
|
- swig2.0 -python -c++ -I../../../../src/include -oh mod_python_wrap.h -o mod_python_wrap.cpp mod_python.i
|
|
+ ${STAGING_DIR}/host/bin/swig -python -c++ -I../../../../src/include -oh mod_python_wrap.h -o mod_python_wrap.cpp mod_python.i
|
|
echo "#include \"mod_python_extra.c\"" >> mod_python_wrap.cpp
|
|
patch -s -p0 -i hack.diff
|
|
|