• Stefan Knoblich's avatar
    Fix mod_spidermonkey build on FreeBSD, (Undefined symbol · 3edb8419
    Stefan Knoblich 提交于
    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.
    3edb8419
名称
最后提交
最后更新
build 正在载入提交数据...
cmake_modules 正在载入提交数据...
conf 正在载入提交数据...
debian 正在载入提交数据...
docs 正在载入提交数据...
dtd 正在载入提交数据...
freeswitch.xcodeproj 正在载入提交数据...
fscomm 正在载入提交数据...
htdocs 正在载入提交数据...
libs 正在载入提交数据...
patches 正在载入提交数据...
scripts 正在载入提交数据...
src 正在载入提交数据...
support-d 正在载入提交数据...
w32 正在载入提交数据...
web 正在载入提交数据...
.gitignore 正在载入提交数据...
.version.in 正在载入提交数据...
CMakeLists.txt 正在载入提交数据...
Freeswitch.2005.unsupported.sln 正在载入提交数据...
Freeswitch.2008.express.sln 正在载入提交数据...
Freeswitch.2008.sln 正在载入提交数据...
Freeswitch.2008.sln.debug.bat 正在载入提交数据...
Freeswitch.2008.sln.release.bat 正在载入提交数据...
Freeswitch.2010.express.sln 正在载入提交数据...
Freeswitch.2010.sln 正在载入提交数据...
INSTALL 正在载入提交数据...
Makefile.am 正在载入提交数据...
acinclude.m4 正在载入提交数据...
bootstrap.sh 正在载入提交数据...
configure.in 正在载入提交数据...
freeswitch.spec 正在载入提交数据...