FS-10427: move mod_lua to use swig3.0 so we can reswig on debian9

Conflicts:
	src/mod/languages/mod_lua/mod_lua_wrap.cpp
This commit is contained in:
Mike Jerris 2017-06-27 12:18:21 -05:00
parent 212af9f22b
commit dfa9bb6000
2 changed files with 1664 additions and 613 deletions

View File

@ -30,7 +30,7 @@ swigclean: clean
rm -f mod_lua_wrap.*
mod_lua_wrap.cpp: mod_lua_extra.c
swig2.0 -lua -c++ -I../../../../src/include -oh mod_lua_wrap.h -o mod_lua_wrap.cpp freeswitch.i
swig3.0 -lua -c++ -I../../../../src/include -oh mod_lua_wrap.h -o mod_lua_wrap.cpp freeswitch.i
echo "#include \"mod_lua_extra.c\"" >> mod_lua_wrap.cpp
patch -s -p0 -i hack.diff

File diff suppressed because it is too large Load Diff