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

This commit is contained in:
Mike Jerris 2017-06-27 12:18:21 -05:00
parent f9d1332002
commit fb4ea595b3
2 changed files with 1639 additions and 616 deletions

View File

@ -19,7 +19,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