Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
c135279e
提交
c135279e
authored
1月 09, 2018
作者:
Angel M. Adames
提交者:
Mike Jerris
4月 02, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
FS-10875: #resolve Portability issues for non-bash interpreters.
上级
cf25badf
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
6 行增加
和
6 行删除
+6
-6
configure.ac
configure.ac
+1
-1
configure.ac
libs/spandsp/configure.ac
+2
-2
unpack_gsm0610_data.sh
libs/spandsp/unpack_gsm0610_data.sh
+2
-2
configure.ac
libs/unimrcp/configure.ac
+1
-1
没有找到文件。
configure.ac
浏览文件 @
c135279e
...
@@ -1506,7 +1506,7 @@ if test "$with_ldap" = "yes"; then
...
@@ -1506,7 +1506,7 @@ if test "$with_ldap" = "yes"; then
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
fi
fi
AM_CONDITIONAL([HAVE_LDAP],[test "x$with_ldap" =
=
"xyes"])
AM_CONDITIONAL([HAVE_LDAP],[test "x$with_ldap" = "xyes"])
AC_SUBST(OPENLDAP_LIBS)
AC_SUBST(OPENLDAP_LIBS)
...
...
libs/spandsp/configure.ac
浏览文件 @
c135279e
...
@@ -231,7 +231,7 @@ case "$host" in
...
@@ -231,7 +231,7 @@ case "$host" in
;;
;;
esac
esac
if test "${build}" =
=
"${host}"
if test "${build}" = "${host}"
then
then
AC_CHECK_HEADERS([X11/X.h])
AC_CHECK_HEADERS([X11/X.h])
fi
fi
...
@@ -275,7 +275,7 @@ AC_CHECK_HEADERS([FL/Fl_Audio_Meter.H])
...
@@ -275,7 +275,7 @@ AC_CHECK_HEADERS([FL/Fl_Audio_Meter.H])
AC_LANG([C])
AC_LANG([C])
if test "${build}" =
=
"${host}"
if test "${build}" = "${host}"
then
then
case "${host}" in
case "${host}" in
x86_64-*)
x86_64-*)
...
...
libs/spandsp/unpack_gsm0610_data.sh
浏览文件 @
c135279e
...
@@ -53,7 +53,7 @@ else
...
@@ -53,7 +53,7 @@ else
cd
gsm0610
cd
gsm0610
fi
fi
if
[
$1x
=
=
--no-exe-runx
]
if
[
$1x
=
--no-exe-runx
]
then
then
# Run the .exe files, which should be here
# Run the .exe files, which should be here
./FR_A.EXE
./FR_A.EXE
...
@@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
...
@@ -77,7 +77,7 @@ rm -rf READ_FRA.TXT
rm
-rf
ACTION
rm
-rf
ACTION
rm
-rf
unpacked
rm
-rf
unpacked
if
[
$1x
=
=
--no-exex
]
if
[
$1x
=
--no-exex
]
then
then
# We need to prepare the .exe files to be run separately
# We need to prepare the .exe files to be run separately
rm
-rf
*
.INP
rm
-rf
*
.INP
...
...
libs/unimrcp/configure.ac
浏览文件 @
c135279e
...
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(interlib-deps,
...
@@ -92,7 +92,7 @@ AC_ARG_ENABLE(interlib-deps,
[enable_interlib_deps="yes"])
[enable_interlib_deps="yes"])
AC_MSG_NOTICE([enable inter-library dependencies: $enable_interlib_deps])
AC_MSG_NOTICE([enable inter-library dependencies: $enable_interlib_deps])
if test "${enable_interlib_deps}" =
=
"yes"; then
if test "${enable_interlib_deps}" = "yes"; then
link_all_deplibs=yes
link_all_deplibs=yes
link_all_deplibs_CXX=yes
link_all_deplibs_CXX=yes
else
else
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论