Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
a59524fb
提交
a59524fb
authored
1月 30, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
BSD nonsense
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@524
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
a014e1d2
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
341 行增加
和
46 行删除
+341
-46
buildlib.sh
buildlib.sh
+2
-6
libtool
libs/jrtplib/libtool
+338
-39
modules.conf
modules.conf
+1
-1
没有找到文件。
buildlib.sh
浏览文件 @
a59524fb
...
@@ -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
...
...
libs/jrtplib/libtool
浏览文件 @
a59524fb
差异被折叠。
点击展开。
modules.conf
浏览文件 @
a59524fb
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论