Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2016-09-15 12:59:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92fb81003c34e1e4c4e9cc25cce93ce9af50ee96
92fb8100
1 parent
53d2eb5e
link crypto when use sys-ssl
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/configure
trunk/configure
查看文件 @
92fb810
...
...
@@ -127,7 +127,7 @@ LibGperfRoot=""; LibGperfFile=""
if
[
$SRS_GPERF
=
YES
]
;
then
LibGperfRoot
=
"
${
SRS_OBJS_DIR
}
/gperf/include"
;
LibGperfFile
=
"
${
SRS_OBJS_DIR
}
/gperf/lib/libtcmalloc_and_profiler.a"
;
fi
# the link options, always use static link
SrsLinkOptions
=
"-ldl"
;
if
[
$SRS_SSL
=
YES
]
;
then if
[
$SRS_USE_SYS_SSL
=
YES
]
;
then
SrsLinkOptions
=
"
${
SrsLinkOptions
}
-lssl"
;
fi fi
if
[
$SRS_SSL
=
YES
]
;
then if
[
$SRS_USE_SYS_SSL
=
YES
]
;
then
SrsLinkOptions
=
"
${
SrsLinkOptions
}
-lssl
-lcrypto
"
;
fi fi
# if static specified, add static
# TODO: FIXME: remove static.
if
[
$SRS_STATIC
=
YES
]
;
then
SrsLinkOptions
=
"
${
SrsLinkOptions
}
-static"
;
fi
...
...
请
注册
或
登录
后发表评论