Summary: | net/freeswitch: add possibility to build with lua53 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vladimir Druzenko <vvd> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | andrew | ||||
Priority: | --- | Flags: | pi:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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! |
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.