提交 a59524fb authored 作者: Anthony Minessale's avatar Anthony Minessale

BSD nonsense

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@524 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a014e1d2
...@@ -60,7 +60,7 @@ cd $uncompressed ...@@ -60,7 +60,7 @@ cd $uncompressed
$MAKE clean 2>&1 $MAKE clean 2>&1
sh ./configure $@ sh ./configure $@
if [ $? == 0 ] ; then if [ $? = 0 ] ; then
$MAKE $MAKE
else else
echo ERROR echo ERROR
...@@ -69,13 +69,9 @@ fi ...@@ -69,13 +69,9 @@ fi
if [ ! -z $install ] ; then if [ ! -z $install ] ; then
$MAKE install $MAKE install
ldpath=`which ldconfig`
if [ ! -z $ldpath ] ; then
ldconfig 2>&1
fi
fi fi
if [ $? == 0 ] ; then if [ $? = 0 ] ; then
touch .complete touch .complete
else else
echo ERROR echo ERROR
......
差异被折叠。
...@@ -10,7 +10,7 @@ dialplans/mod_dialplan_demo ...@@ -10,7 +10,7 @@ dialplans/mod_dialplan_demo
endpoints/mod_exosip endpoints/mod_exosip
endpoints/mod_iax endpoints/mod_iax
#endpoints/mod_opal #endpoints/mod_opal
endpoints/mod_portaudio #endpoints/mod_portaudio
#endpoints/mod_wanpipe #endpoints/mod_wanpipe
endpoints/mod_woomera endpoints/mod_woomera
#event_handlers/mod_event_test #event_handlers/mod_event_test
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论