freeswitch/src
Stefan Knoblich 3edb841959 Fix mod_spidermonkey build on FreeBSD, (Undefined symbol
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.
2010-08-03 13:18:00 +02:00
..
include
mod
.gitignore
CMakeLists.txt
Makefile.am
g711.c
inet_pton.c
switch.c
switch_apr.c
switch_buffer.c
switch_caller.c
switch_channel.c
switch_config.c
switch_console.c
switch_core.c
switch_core_asr.c
switch_core_codec.c
switch_core_db.c
switch_core_directory.c
switch_core_event_hook.c
switch_core_file.c
switch_core_hash.c
switch_core_io.c
switch_core_media_bug.c
switch_core_memory.c
switch_core_port_allocator.c
switch_core_rwlock.c
switch_core_session.c
switch_core_speech.c
switch_core_sqldb.c
switch_core_state_machine.c
switch_core_timer.c
switch_cpp.cpp
switch_dso.c
switch_event.c
switch_ivr.c
switch_ivr_async.c
switch_ivr_bridge.c
switch_ivr_menu.c
switch_ivr_originate.c
switch_ivr_play_say.c
switch_ivr_say.c
switch_json.c
switch_limit.c
switch_loadable_module.c
switch_log.c
switch_mprintf.c
switch_nat.c
switch_odbc.c
switch_pcm.c
switch_profile.c
switch_regex.c
switch_resample.c
switch_rtp.c
switch_scheduler.c
switch_stun.c
switch_swig.c
switch_swig.i
switch_time.c
switch_utils.c
switch_xml.c
switch_xml_config.c