mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-10 01:40:26 +00:00
PR_LocalTimeParameters). Move nspr libs to AM_LIBADD to make sure they are _after_ libjs.so.1, so missing PR_* symbols in libjs can be resolved. Having all those nspr libs in AM_LDFLAGS will make them to end up before libjs on the final linker commandline. The wrong order caused the build-time linker to discard nspr, since nothing had unresolved symbols belonging to it at that point. (mod_spidermonkey does not use any PR_* functions/objects.) Compile + load tested on FreeBSD-8.1.
Fix the mess I've made on the last commit. Now we really don't depend on QSettings or mod_qsettings.
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
268 MiB
Languages
C
64.4%
C++
21.8%
JavaScript
4.7%
Assembly
2%
Makefile
1%
Other
5.4%