Created attachment 214135 [details] Add possibility to build with lua53 Add possibility to build with lua53 with DEFAULT_VERSIONS+=lua=5.3 in make.conf.
Fails testport. Freeswitch's ./configure script does not test for any lua version newer than 5.2, so building it against 5.3 would require patching the configure or configure.ac.
(In reply to andrew from comment #1) configure work fine for meβ¦
Because you're not building in a clean environment.
I have symlink liblua.so -> liblua-5.3.so
Fixed with r536367
Thanks!